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