Skip to main content

PolicyPayload

No description

type PolicyPayload {
successful: Boolean!
messages: [ValidationMessage]
result: Policy
}

Fields

PolicyPayload.successful ● Boolean! non-null scalar {#successful}

Indicates if the mutation completed successfully or not.

PolicyPayload.messages ● [ValidationMessage] list object {#messages}

A list of failed validations. May be blank or null if mutation succeeded.

PolicyPayload.result ● Policy object {#result}

The object created/updated/deleted by the mutation. May be null if mutation failed.

Returned By

createGroupPolicy mutation ● deletePolicy mutation ● updatePolicy mutation