OBJECT

OfferingInsuranceTypeTemplate

link GraphQL Schema definition

  • type OfferingInsuranceTypeTemplate {
  • offeringInsuranceTypeTemplateId: Int!
  • codeName: String!
  • description: String!
  • minDependents: Int!
  • maxDependents: Int!
  • offeringId: Int
  • }