CreateBenefitsProgramInput
An input type used when creating a benefits program
input CreateBenefitsProgramInput {
name: String!
organizationId: ID!
}
Fields
CreateBenefitsProgramInput.name
● String!
non-null scalar
The name of the program
CreateBenefitsProgramInput.organizationId
● ID!
non-null scalar
The ID for the organization to which this program belongs
Member Of
createBenefitsProgram
mutation