BenefitTemplatesFilterInput
Filter criteria used when querying for benefit templates
input BenefitTemplatesFilterInput {
id: ID
name: String
type: BenefitType
}
Fields
BenefitTemplatesFilterInput.id
● ID
scalar
If specified, only returns Benefit Templates matching this ID
BenefitTemplatesFilterInput.name
● String
scalar
If specified, only returns Benefit Templates matching this name
BenefitTemplatesFilterInput.type
● BenefitType
enum
If specified, only returns Benefit Templates matching this type
Member Of
benefitTemplates
query