Home > @infiniteobjects/shopify-data-manager > AdminTypes > QueryRootMetafieldDefinitionsArgs
The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start.
Signature:
export interface QueryRootMetafieldDefinitionsArgs
| Property | Modifiers | Type | Description |
|---|---|---|---|
| after? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| before? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| first? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
| key? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| last? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
| namespace? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| ownerType | MetafieldOwnerType | ||
| pinnedStatus? | InputMaybe<MetafieldDefinitionPinnedStatus> | (Optional) | |
| query? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| reverse? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) | |
| sortKey? | InputMaybe<MetafieldDefinitionSortKeys> | (Optional) |