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