Home > @vsf-enterprise/bigcommerce-api > GraphQL > Author
# GraphQL.Author type
Signature:
export declare type Author = {
__typename?: 'Author';
name: Scalars['String'];
};
Home > @vsf-enterprise/bigcommerce-api > GraphQL > Author
Signature:
export declare type Author = {
__typename?: 'Author';
name: Scalars['String'];
};
On this page