DiscoverablePromotionsResult
Result of getting discoverable promotions
type DiscoverablePromotionsResult {
success: Boolean!
shops: [DiscoverableShop!]!
errors: [String!]
}
Fields
DiscoverablePromotionsResult.success ● Boolean! non-null scalar
Whether the query was successful
DiscoverablePromotionsResult.shops ● [DiscoverableShop!]! non-null object
List of shops with promotions
DiscoverablePromotionsResult.errors ● [String!] list scalar
List of errors that may have occurred