Home > @vsf-enterprise/bigcommerce-api > GraphQL > ProductMetafieldsArgs
# GraphQL.ProductMetafieldsArgs type
Signature:
export declare type ProductMetafieldsArgs = {
namespace: Scalars['String'];
keys?: InputMaybe<Array<Scalars['String']>>;
before?: InputMaybe<Scalars['String']>;
after?: InputMaybe<Scalars['String']>;
first?: InputMaybe<Scalars['Int']>;
last?: InputMaybe<Scalars['Int']>;
};