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