Home > @vsf-enterprise/bigcommerce-api > GraphQL > Maybe
# GraphQL.Maybe type
This file is generated by https://www.the-guild.dev/graphql/codegen with the schema json from bigcommerce playground
Signature:
export declare type Maybe<T> = T | null;