MetaobjectFieldReferencesArgs
Provides the value of a Metaobject field.
import { MetaobjectFieldReferencesArgs } from '@daffodil/driver/shopify'
type MetaobjectFieldReferencesArgs = {
after?: InputMaybe<Scalars['String']['input']>;
before?: InputMaybe<Scalars['String']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
last?: InputMaybe<Scalars['Int']['input']>;
}
Type | Options |
---|---|
MetaobjectFieldReferencesArgs | {
after?: InputMaybe<Scalars['String']['input']>;
before?: InputMaybe<Scalars['String']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
last?: InputMaybe<Scalars['Int']['input']>;
} |