INPUT_OBJECT

AssignedAttributeFilter

link GraphQL Schema definition

1input AssignedAttributeFilter {
2
3# Exactly one input field should be provided
4typeName: StringMatch
5
6# Exactly one input field should be provided
7description: StringMatch
8
9negate: [String!]
10}