greymatter_fields
Query Greymatter fields with pagination, filtering, and sorting to locate specific field definitions.
Instructions
Fields · query greymatterFields. Variables: after, filter, first, order. Example variables: {"after":"T18w","filter":{"ids":[""],"search":""},"first":10,"order":{"direction":"ASC","orderBy":"NAME"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| order | No | GraphQL: GreyMatterFieldOrder | |
| filter | No | GraphQL: GreyMatterFieldFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |