Home > @vsf-enterprise/bigcommerce-api > GraphQL > CustomerAttributes
# GraphQL.CustomerAttributes type
Signature:
export declare type CustomerAttributes = {
__typename?: 'CustomerAttributes';
attribute: CustomerAttribute;
};
Home > @vsf-enterprise/bigcommerce-api > GraphQL > CustomerAttributes
Signature:
export declare type CustomerAttributes = {
__typename?: 'CustomerAttributes';
attribute: CustomerAttribute;
};
On this page