Skip to main content

GoogleProductFeedCommerceRepository

No description

type GoogleProductFeedCommerceRepository implements Node, CommerceRepository {
id: ID!
label: String!
description: String
createdDate: String!
createdBy: String!
cmsHub: CMSHub!
feedUrl: String!
productsPath: String
idPath: String!
namePath: String!
descriptionPath: String!
imagesPath: 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!

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

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

GoogleProductFeedCommerceRepository.description ● String scalar
Link copied!

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

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

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

GoogleProductFeedCommerceRepository.feedUrl ● String! non-null scalar
Link copied!

GoogleProductFeedCommerceRepository.productsPath ● String scalar
Link copied!

GoogleProductFeedCommerceRepository.idPath ● String! non-null scalar
Link copied!

GoogleProductFeedCommerceRepository.namePath ● String! non-null scalar
Link copied!

GoogleProductFeedCommerceRepository.descriptionPath ● String! non-null scalar
Link copied!

GoogleProductFeedCommerceRepository.imagesPath ● String! non-null scalar
Link copied!

GoogleProductFeedCommerceRepository.product ● CommerceProduct interface
Link copied!

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

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

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

GoogleProductFeedCommerceRepository.category ● CommerceCategory interface
Link copied!

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

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

GoogleProductFeedCommerceRepository.categories.before ● String scalar
Link copied!
GoogleProductFeedCommerceRepository.categories.after ● String scalar
Link copied!
GoogleProductFeedCommerceRepository.categories.first ● Int scalar
Link copied!
GoogleProductFeedCommerceRepository.categories.last ● Int scalar
Link copied!
GoogleProductFeedCommerceRepository.categories.sourceIds ● [ID] list scalar
Link copied!
GoogleProductFeedCommerceRepository.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!

createGoogleProductFeedCommerceRepository mutation ● googleProductFeedCommerceRepository query ● updateGoogleProductFeedCommerceRepository mutation