PolicyCreate
Creates a new policy.
type PolicyCreate {
policyErrors: [PolicyError!]!
policy: Policy
}
Fields
PolicyCreate.policyErrors ● [PolicyError!]! non-null object
PolicyCreate.policy ● Policy object
Returned By
policyCreate mutation