OBJECT

Cms1500Policy

A CMS1500 policy

link GraphQL Schema definition

  • type Cms1500Policy {
  • # The cms1500 for the cms1500 policy
  • cms1500: Cms1500
  • # The id of the cms1500 for the cms1500 policy
  • cms1500_id: String
  • # The unique identifier of the policy
  • id: ID
  • # The policy for the cms1500 policy
  • policy: Policy
  • # The policy id of the cms1500 for the cms1500 policy
  • policy_id: String
  • }