Skip to main content

ORGANIZATION_POST_LIST

Admin Docs


Variable: ORGANIZATION_POST_LIST

const ORGANIZATION_POST_LIST: DocumentNode

Defined in: src/GraphQl/Queries/OrganizationQueries.ts:15

GraphQL query to retrieve the list of organizations.

Param

Optional. Number of organizations to retrieve in the first batch.

Param

Optional. Number of organizations to skip before starting to collect the result set.

Param

Optional. Filter organizations by a specified string.

Param

Optional. The ID of a specific organization to retrieve.

Returns

The list of organizations based on the applied filters.