SkillPaged
No description
type SkillPaged {
data: [Skill]!
totalResults: Int!
}
Fields
SkillPaged.data
● [Skill]!
non-null object
The list of items in this pagination window.
SkillPaged.totalResults
● Int!
non-null scalar
Total number of items in the filtered dataset.
Returned by
skills
query