Home > @vsf-enterprise/bigcommerce-api > GraphQL > ImageUrlArgs
# GraphQL.ImageUrlArgs type
Signature:
export declare type ImageUrlArgs = {
width: Scalars['Int'];
height?: InputMaybe<Scalars['Int']>;
};
Home > @vsf-enterprise/bigcommerce-api > GraphQL > ImageUrlArgs
Signature:
export declare type ImageUrlArgs = {
width: Scalars['Int'];
height?: InputMaybe<Scalars['Int']>;
};
On this page