Anchor to metafieldDefinitionsmetafield
querymetafield Definitions
List of metafield_definitions
Anchor to Arguments
•MetafieldDefinitionConnection!MetafieldDefinitionConnection arguments
- after (String)
- before (String)
- first (Int)
- identifiers ([CustomDataKeyPairInput!])
- last (Int)
- reverse (Boolean)
- sortKey (MetafieldPermissibleSortKeys)
- Anchor to afterafter•String
Returns the elements that come after the specified cursor.
- Anchor to beforebefore•String
Returns the elements that come before the specified cursor.
- Anchor to firstfirst•Int
Returns up to the first
nelements from the list.- Anchor to identifiersidentifiers•[Custom
Data Key Pair Input!] Default:[] Key and namespace pair that together form the path to the definition. Key is required, Namespace defaults to the Client's implicit, reserved namespace if not provided. Leave blank to see everything available to the client.
- Anchor to lastlast•Int
Returns up to the last
nelements from the list.- Anchor to reversereverse•Boolean
Reverse the order of the underlying list.
- Anchor to sortKeysort•Metafield
Key Permissible Sort Keys Default:KEY Sort the underlying listing by the given key.
Was this section helpful?
Anchor to Possible returnsPossible returns
- edges ([MetafieldDefinitionEdge!]!)
- nodes ([MetafieldDefinition!]!)
- pageInfo (PageInfo!)
- Anchor to edgesedges•[Metafield
Definition Edge!]! non-null A list of edges.
- Anchor to nodesnodes•[Metafield
Definition!]! non-null A list of nodes.
- Anchor to pageInfopage•Page
Info Info! non-null Information to aid in pagination.
Was this section helpful?