Home > @infiniteobjects/shopify-data-manager > AdminTypes > GetMetafieldDefinitionsForTypeQueryVariables
Signature:
export type GetMetafieldDefinitionsForTypeQueryVariables = Exact<{
owner: MetafieldOwnerType;
limit?: InputMaybe<Scalars['Int']['input']>;
offset?: InputMaybe<Scalars['String']['input']>;
}>;
References: Exact, MetafieldOwnerType, InputMaybe, Scalars