INPUT_OBJECT
GiftCertificateGeneratorFilter
link GraphQL Schema definition
1 input GiftCertificateGeneratorFilter { 2 3 : [Int!] 4 5 # Exactly one input field should be provided 6 : StringMatch 7 8 : [Status!] 9 10 : [GiftCertificateType!] 11 12 : [Int!] 13 14 : String 15 16 : [String!] 17 18 : [String!] 19 }