UpdateBenefitsProgramInput
An input type used when updating a benefits program
input UpdateBenefitsProgramInput {
id: ID!
name: String
}
Fields
UpdateBenefitsProgramInput.id ● ID! non-null scalar
The ID of the program to update
UpdateBenefitsProgramInput.name ● String scalar
The name of the program
Member Of
updateBenefitsProgram mutation