INPUT_OBJECT

MappedAttributeFilter

link GraphQL Schema definition

1input MappedAttributeFilter {
2
3id: [Int!]
4
5# Exactly one input field should be provided
6name: StringMatch
7
8objectType: [AttributeObjectType!]
9
10# Exactly one input field should be provided
11typeName: StringMatch
12
13search: String
14}