Home > @vsf-enterprise/bigcommerce-api > GraphQL > Mutation
# GraphQL.Mutation type
Signature:
export declare type Mutation = {
__typename?: 'Mutation';
login: LoginResult;
logout: LogoutResult;
wishlist: WishlistMutations;
};
Home > @vsf-enterprise/bigcommerce-api > GraphQL > Mutation
Signature:
export declare type Mutation = {
__typename?: 'Mutation';
login: LoginResult;
logout: LogoutResult;
wishlist: WishlistMutations;
};
On this page