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