INPUT_OBJECT
AssignedAttributeFilter
link GraphQL Schema definition
1 input AssignedAttributeFilter { 2 3 # Exactly one input field should be provided 4 : StringMatch 5 6 # Exactly one input field should be provided 7 : StringMatch 8 9 : [String!] 10 }