divisions
Returns Divisions for an Organization matching the filter criteria
divisions(
where: DivisionsFilterInput!
after: String
first: Int = 100
): DivisionsResponse
Arguments
divisions.where ● DivisionsFilterInput! non-null input
Filter criteria used to match Divisions
divisions.after ● String scalar
Return the elements in the list that come after the specified cursor
divisions.first ● Int scalar
The number of elements to retrieve per page
Type
DivisionsResponse union
A union representing the possible return types when querying for Divisions