PolicyCreate
Result of policy create mutation.
type PolicyCreate {
policy: Policy
policyErrors: [PolicyError!]!
}
Fields
PolicyCreate.policy ● Policy object
The policy.
PolicyCreate.policyErrors ● [PolicyError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
policyCreate mutation