stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > GetMetafieldDefinitionsForTypeQueryVariables

AdminTypes.GetMetafieldDefinitionsForTypeQueryVariables type

Signature:

export type GetMetafieldDefinitionsForTypeQueryVariables = Exact<{
    owner: MetafieldOwnerType;
    limit?: InputMaybe<Scalars['Int']['input']>;
    offset?: InputMaybe<Scalars['String']['input']>;
}>;

References: Exact, MetafieldOwnerType, InputMaybe, Scalars