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