INPUT_OBJECT

AttributeTypeFilter

link GraphQL Schema definition

1input AttributeTypeFilter {
2
3# Exactly one input field should be provided
4name: StringMatch
5
6# Exactly one input field should be provided
7description: StringMatch
8
9isMapped: Boolean
10
11isMulti: Boolean
12
13objectType: [AttributeObjectType!]
14
15negate: [String!]
16}