organizations
Returns Organizations matching the filter criteria
organizations(
after: String
first: Int = 100
where: OrganizationsFilterInput
): OrganizationsResponse
Arguments
organizations.after
● String
scalar
Return the elements in the list that come after the specified cursor
organizations.first
● Int
scalar
The number of elements to retrieve per page
organizations.where
● OrganizationsFilterInput
input
Filter criteria used to match Organizations
Type
OrganizationsResponse
union
A union representing the possible return types when querying for Organizations