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