Skip to content

Commit f94e106

Browse files
committed
Updated API from documentation release
1 parent dc0c0f1 commit f94e106

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

api-specs/graphql/schema.sdl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9934,34 +9934,22 @@ input RangeFilterInput {
99349934
type RawCustomField {
99359935
name: String!
99369936
value: Json!
9937-
9938-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
99399937
referencedResource: ReferenceExpandable
9940-
9941-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
99429938
referencedResourceSet: [ReferenceExpandable!]!
99439939
}
99449940

99459941
type RawProductAttribute {
99469942
name: String!
99479943
value: Json!
99489944
attributeDefinition: AttributeDefinition
9949-
9950-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
99519945
referencedResource: ReferenceExpandable
9952-
9953-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
99549946
referencedResourceSet: [ReferenceExpandable!]!
99559947
}
99569948

99579949
type RawProductSearchAttribute {
99589950
name: String!
99599951
value: Json!
9960-
9961-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
99629952
referencedResource: ReferenceExpandable
9963-
9964-
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
99659953
referencedResourceSet: [ReferenceExpandable!]!
99669954
}
99679955

0 commit comments

Comments
 (0)