pod
Fetches an environment and its linked access groups, customers, and users, with pagination and filter options.
Instructions
Access Groups · query pod. Variables: after, filter, first, order, after1, filter1, first1, notFilter, order1, after2, filter2, first2, order2, id. Example variables: {"after":"T18w","filter":{"customers":[""],"ids":[""],"name":"","pods":[""],"roles":[""],"users":[""]},"first":10,"order":{"direction":"ASC","orderBy":"NAME"},"after1":"T18w","filter1":{"accessGroups":[""],"ids":[""],"name":"","pods":...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | GraphQL: ID! | |
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| order | No | GraphQL: AccessGroupOrder | |
| after1 | No | GraphQL: String | |
| after2 | No | GraphQL: String | |
| filter | No | GraphQL: AccessGroupFilter | |
| first1 | No | GraphQL: Int | |
| first2 | No | GraphQL: Int | |
| order1 | No | GraphQL: CustomerOrder | |
| order2 | No | GraphQL: UserOrder | |
| filter1 | No | GraphQL: CustomerFilter | |
| filter2 | No | GraphQL: UserFilter | |
| notFilter | No | GraphQL: CustomerFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |