Hi everyone.
cards query does not return endCursor or the startCursor. Because that I cant paginate my search.
payload
{ cards(pipe_id: xxx, search: { label_ids: xxxx }) { edges { node { id title } } pageInfo { endCursor startCursor hasNextPage } } }'
return:
'pageInfo': {'endCursor': 'MA', 'startCursor': 'MA', 'hasNextPage': True}