diff --git a/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls b/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls index 715a81dea97..82320cfee81 100644 --- a/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls +++ b/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls @@ -1846,8 +1846,6 @@ type CartDiscount implements Versioned & ReferenceExpandable { validUntil: DateTime storesRef: [KeyReference!]! stores: [Store!]! - - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" discountGroup: DiscountGroup value: CartDiscountValue! target: CartDiscountTarget @@ -1884,8 +1882,6 @@ input CartDiscountDraft { custom: CustomFieldsDraft key: String stores: [ResourceIdentifierInput!] - - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" discountGroup: ResourceIdentifierInput } @@ -4415,7 +4411,6 @@ input DiscountCodeUpdateAction { setValidUntil: SetDiscountCodeValidUntil } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" type DiscountGroup implements Versioned { id: String! version: Long! @@ -4452,7 +4447,6 @@ type DiscountGroupDeleted implements MessagePayload { type: String! } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input DiscountGroupDraft { key: String! sortOrder: String! @@ -4498,7 +4492,6 @@ type DiscountGroupSortOrderSet implements MessagePayload { type: String! } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input DiscountGroupUpdateAction { setKey: SetDiscountGroupKey setSortOrder: SetDiscountGroupSortOrder @@ -6174,15 +6167,11 @@ type Mutation { "Queries with specified key" key: String): ProductDiscount - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" createDiscountGroup( - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" draft: DiscountGroupDraft!): DiscountGroup - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" updateDiscountGroup(version: Long!, - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" actions: [DiscountGroupUpdateAction!]!, "Queries with specified ID" @@ -6191,7 +6180,6 @@ type Mutation { "Queries with specified key" key: String): DiscountGroup - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" deleteDiscountGroup(version: Long!, "Queries with specified ID" @@ -10174,7 +10162,6 @@ type Query { key: String): ProductDiscount productDiscounts(where: String, sort: [String!], limit: Int, offset: Int): ProductDiscountQueryResult! - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" discountGroup( "Queries with specified ID" id: String, @@ -10182,7 +10169,6 @@ type Query { "Queries with specified key" key: String): DiscountGroup - "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" discountGroups(where: String, sort: [String!], limit: Int, offset: Int): DiscountGroupQueryResult! attributeGroup( "Queries with specified ID" @@ -12533,27 +12519,22 @@ input SetDiscountCodeValidUntil { validUntil: DateTime } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input SetDiscountGroupDescription { description: [LocalizedStringItemInputType!] } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input SetDiscountGroupIsActive { isActive: Boolean! } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input SetDiscountGroupKey { key: String! } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input SetDiscountGroupName { name: [LocalizedStringItemInputType!] } -"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input SetDiscountGroupSortOrder { sortOrder: String! } diff --git a/references.txt b/references.txt index 6103b50c8da..a193deea314 100644 --- a/references.txt +++ b/references.txt @@ -474,3 +474,4 @@ ea7ba668e4084d845f2f3871c239999f43613b28 263e58a9f68bacfe67cd292b203c956d5ae9f264 780cff25cc0c08ba669762069bb264848aa5f6d5 503a69044e9969bc058a116a7f7ecd4556c85258 +e5d97cd9fa03ef3c4fe45f051ad8a4a80e690656