Quick Summary: SkillsDB GraphQL queries support pagination via
limit and offset parameters, available either inside the input object or as top-level parameters depending on the query.limit and offset parameters.
Parameters inside input object
Mostly, you will see thelimit and offset inside the input object. For example:
Directly as Parameters
For such queries, you will find that thelimit and offset parameters are the top level parameters in the input. For example:
Total Count
In the result set of all the queries, you will find 2 top level fields:count- provides with the total number of records for the requested datadata- array of objects that containing the actual returned data
Need Help?
If you run into any issues or have questions, reach out to your organization’s SkillsDB administrator or contact SkillsDB Support.