Home > @vsf-enterprise/bigcommerce-api > GraphQL > CustomerAttribute
# GraphQL.CustomerAttribute type
Signature:
export declare type CustomerAttribute = {
__typename?: 'CustomerAttribute';
entityId: Scalars['Int'];
value?: Maybe<Scalars['String']>;
name: Scalars['String'];
};