Skip to main content

BigCommerceCommerceRepository

No description

type BigCommerceCommerceRepository implements Node, CommerceRepository {
id: ID!
label: String!
description: String
createdDate: String!
createdBy: String!
cmsHub: CMSHub!
storeHash: String!
apiUrl: String
product(input: GetCommerceProductInput!): CommerceProduct
products(
before: String
after: String
first: Int
last: Int
sourceIds: [ID]
keyword: String
): CommerceProductConnection!
category(input: GetCommerceCategoryInput!): CommerceCategory
categories(
before: String
after: String
first: Int
last: Int
sourceIds: [ID]
keyword: String
): CommerceCategoryConnection!
}

Fields
Link copied!

BigCommerceCommerceRepository.id ● ID! non-null scalar
Link copied!

BigCommerceCommerceRepository.label ● String! non-null scalar
Link copied!

BigCommerceCommerceRepository.description ● String scalar
Link copied!

BigCommerceCommerceRepository.createdDate ● String! non-null scalar
Link copied!

BigCommerceCommerceRepository.createdBy ● String! non-null scalar
Link copied!

BigCommerceCommerceRepository.cmsHub ● CMSHub! non-null object
Link copied!

BigCommerceCommerceRepository.storeHash ● String! non-null scalar
Link copied!

BigCommerceCommerceRepository.apiUrl ● String scalar
Link copied!

BigCommerceCommerceRepository.product ● CommerceProduct interface
Link copied!

BigCommerceCommerceRepository.product.input ● GetCommerceProductInput! non-null input
Link copied!

BigCommerceCommerceRepository.products ● CommerceProductConnection! non-null object
Link copied!

BigCommerceCommerceRepository.products.before ● String scalar
Link copied!
BigCommerceCommerceRepository.products.after ● String scalar
Link copied!
BigCommerceCommerceRepository.products.first ● Int scalar
Link copied!
BigCommerceCommerceRepository.products.last ● Int scalar
Link copied!
BigCommerceCommerceRepository.products.sourceIds ● [ID] list scalar
Link copied!
BigCommerceCommerceRepository.products.keyword ● String scalar
Link copied!

BigCommerceCommerceRepository.category ● CommerceCategory interface
Link copied!

BigCommerceCommerceRepository.category.input ● GetCommerceCategoryInput! non-null input
Link copied!

BigCommerceCommerceRepository.categories ● CommerceCategoryConnection! non-null object
Link copied!

BigCommerceCommerceRepository.categories.before ● String scalar
Link copied!
BigCommerceCommerceRepository.categories.after ● String scalar
Link copied!
BigCommerceCommerceRepository.categories.first ● Int scalar
Link copied!
BigCommerceCommerceRepository.categories.last ● Int scalar
Link copied!
BigCommerceCommerceRepository.categories.sourceIds ● [ID] list scalar
Link copied!
BigCommerceCommerceRepository.categories.keyword ● String scalar
Link copied!

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

CommerceRepository interface
Link copied!

Returned by
Link copied!

createBigCommerceCommerceRepository mutation ● updateBigCommerceCommerceRepository mutation