Home > @vsf-enterprise/bigcommerce-api > GraphQL > OptionValueId
# GraphQL.OptionValueId type
Signature:
export declare type OptionValueId = {
optionEntityId: Scalars['Int'];
valueEntityId: Scalars['Int'];
};
Home > @vsf-enterprise/bigcommerce-api > GraphQL > OptionValueId
Signature:
export declare type OptionValueId = {
optionEntityId: Scalars['Int'];
valueEntityId: Scalars['Int'];
};
On this page