INPUT_OBJECT
1input PaymentTermsFilter {23id: [Int!]45# Exactly one input field should be provided6name: StringMatch78# Exactly one input field should be provided9description: StringMatch1011status: [Status!]1213isDefault: Boolean1415isSelectable: Boolean1617externalId: [String!]1819search: String2021notNull: [String!]2223negate: [String!]24}