INPUT_OBJECT

Cms1500PolicyInput

Payload for associating a policy with a CMS 1500

link GraphQL Schema definition

  • input Cms1500PolicyInput {
  • # If true, the join table record will be deleted upon submission
  • _destroy: Boolean
  • # The ID of the join table record
  • id: ID
  • # The associated policy
  • policy: PolicyInput
  • # The ID of the policy
  • policy_id: String
  • }