BenefitsProgram
A program containing benefits offered to individuals
type BenefitsProgram {
  benefits: [Benefit!]!
  id: ID!
  name: String!
  organizationId: ID!
}
Fields
BenefitsProgram.benefits ● [Benefit!]! non-null object
Benefits offered by this program
BenefitsProgram.id ● ID! non-null scalar
A unique identifier for the program
BenefitsProgram.name ● String! non-null scalar
The name of the program
BenefitsProgram.organizationId ● ID! non-null scalar
The ID for the organization to which this program belongs
Member Of
BenefitsProgramsResults object ● CreateBenefitsProgramResult object ● UpdateBenefitsProgramResult object
Implemented By
BenefitsProgramResponse union