INPUT_OBJECT

AssignedAttributeElementFilter

link GraphQL Schema definition

1input AssignedAttributeElementFilter {
2
3# Exactly one input field should be provided
4key: StringMatch
5
6# Exactly one input field should be provided
7description: StringMatch
8
9kind: [AttributeElementKind!]
10
11negate: [String!]
12}