INPUT_OBJECT
1input EmailHistoryFilter {23id: [Int!]45createdAt: DateRange67# Exactly one input field should be provided8recipient: StringMatch910status: [EmailHistoryEntryStatus!]1112adminUserId: [Int!]1314orderId: [String!]1516customerId: [Int!]1718buyerId: [Int!]1920search: String2122notNull: [String!]2324negate: [String!]25}