Home > @vsf-enterprise/bigcommerce-api > GraphQL > Channel
# GraphQL.Channel type
Signature:
export declare type Channel = {
__typename?: 'Channel';
entityId: Scalars['Long'];
metafields: MetafieldConnection;
};
Home > @vsf-enterprise/bigcommerce-api > GraphQL > Channel
Signature:
export declare type Channel = {
__typename?: 'Channel';
entityId: Scalars['Long'];
metafields: MetafieldConnection;
};
On this page