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