DiscoverableGroup
A discoverable group with promotions
type DiscoverableGroup {
gid: String!
featured: Boolean!
name: String!
shopDomain: String!
logoUrl: String
promotionCount: Int!
promotions: [DiscoverablePromotion!]!
countryCodes: [String!]!
}
Fields
DiscoverableGroup.gid ● String! non-null scalar
Shopify GID of the primary merchant venue
DiscoverableGroup.featured ● Boolean! non-null scalar
Whether the group is featured in discovery
DiscoverableGroup.name ● String! non-null scalar
Name of the group
DiscoverableGroup.shopDomain ● String! non-null scalar
Shopify shop domain
DiscoverableGroup.logoUrl ● String scalar
URL of the group's logo
DiscoverableGroup.promotionCount ● Int! non-null scalar
Number of active promotions
DiscoverableGroup.promotions ● [DiscoverablePromotion!]! non-null object
Promotions available (first 3)
DiscoverableGroup.countryCodes ● [String!]! non-null scalar
Country codes the group's primary venue ships to (ISO 3166-1 alpha-2)
Member Of
DiscoverablePromotionsResult object