We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using GraphiQL, i can query sugarcrm modules and i get just 20 first records. how can i get all records? Thank you
The text was updated successfully, but these errors were encountered:
Use limit and offset, otherwise it will be limited by the config.php records per page setting.
Sorry, something went wrong.
thanks @mrbarletta for your help, can i get next_offset from the response?
nice question, it doesn't currently but could be a nice feature.
I will add this link for future reference to add this functionality as it already exists on the sugar rest functionality.
Sugar Documentation
No branches or pull requests
Using GraphiQL, i can query sugarcrm modules and i get just 20 first records. how can i get all records?
Thank you
The text was updated successfully, but these errors were encountered: