reference_lists
Retrieve reference lists from GreyMatter with filtering, sorting, and pagination to target lists by data tagging or query reference.
Instructions
Reference Lists · query referenceLists. Variables: after, filter, first, order. Example variables: {"after":"T18w","filter":{"dataTagging":true,"queryReference":true,"search":""},"first":10,"order":{"direction":"ASC","orderBy":"CREATED_AT"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| order | No | GraphQL: ReferenceListOrder | |
| filter | No | GraphQL: ReferenceListFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |