I'm setting the first parameter to 500, but the API response contains only 50 records.
This the query:
query Cards($pipe_id: ID!, $first: Int!, $after: String) {
cards(pipe_id: $pipe_id, first: $first, after: $after) {
edges {
node {
id
fields { name value }
}
}
}
pageInfo {
endCursor
hasNextPage
}
}
}
Question
Row First - Doesn`t work
Join us in the Pipefy Community! 🚀
No account yet? Create an account
Login with your Pipefy credentials
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

