Last update:
April 11, 2024
Organizations query¶
This connection allows you to retrieve the desired list of organizations, meeting your specific requirements for pagination, filtering, and sorting.
Arguments¶
Argument | Description |
---|---|
after String |
A cursor value to paginate through the results. |
first Int |
The number of pages in a single query. |
searchPhrase String |
A search phrase to filter the organizations based on their names or other relevant attributes. |
sort String |
Specifies the sorting order of the returned organizations. |
Possible returns¶
Possible return | Description |
---|---|
OrganizationConnection |
A connection to a list of organizations. |