Skip to main content
Anchor to MetafieldDefinitionConnection

MetafieldDefinitionConnection

connection

An auto-generated type for paginating through multiple MetafieldDefinitions.

Anchor to Fields with this connectionFields with this connection

Deprecated fields with this connection


Was this section helpful?

Anchor to Queries with this connectionQueries with this connection

•query

Returns a list of metafield definitions.

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•MetafieldDefinitionConstraintStatus

Filter metafield definitions based on whether they are constrained.

•MetafieldDefinitionConstraintSubtypeIdentifier

Filter metafield definitions based on whether they apply to a given resource subtype.

•Int

The first n elements from the paginated list.

•String

Filter metafield definition by key.

•Int

The last n elements from the paginated list.

•String

Filter metafield definition by namespace.

•MetafieldOwnerType!
required

Filter the metafield definition by the specific owner type.

•MetafieldDefinitionPinnedStatus
Default:ANY

Filter the metafield definition by the pinned status.

•String

A filter made up of terms, connectives, modifiers, and comparators.

nametypedescriptionacceptable_valuesdefault_valueexample_use
defaultstringFilter by a case-insensitive search of multiple fields
in a document.- query=Bob Norman
- query=title:green hoodie
created_attimeFilter by the date and time when the metafield
definition was created.- created_at:>2020-10-21T23:39:20Z
-
created_at:<now
- created_at:<=2024
ididFilter by id range.- id:1234
- id:>=1234
- id:<=1234
keystringFilter by the metafield definition key
field.- key:some-key
namespacestringFilter by the metafield definition namespace
field.- namespace:some-namespace
owner_typestringFilter by the metafield definition ownerType
field.- owner_type:PRODUCT
typestringFilter by the metafield definition type
field.- type:single_line_text_field
updated_attimeFilter by the date and time when the metafield
definition was last updated.- updated_at:>2020-10-21T23:39:20Z
  • updated_at:<now
    - updated_at:<=2024 | You can apply one or more filters to a query. Learn more about Shopify API search syntax.
•Boolean
Default:false

Reverse the order of the underlying list.

•MetafieldDefinitionSortKeys
Default:ID

Sort the underlying list using a key. If your query is slow or returns an error, then try specifying a sort key that matches the field used in the search.



Was this section helpful?

•[MetafieldDefinitionEdge!]!
non-null

The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.

•[MetafieldDefinition!]!
non-null

A list of nodes that are contained in MetafieldDefinitionEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.

•PageInfo!
non-null

An object that’s used to retrieve cursor information about the current page.


Was this section helpful?