Skip to main content

GrantPayload

No description

type GrantPayload {
successful: Boolean!
messages: [ValidationMessage]
result: Grant
}

Fields

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

Indicates if the mutation completed successfully or not.

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

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

GrantPayload.result ● Grant object {#result}

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

Returned By

createRepoGrant mutation ● createResourceGrant mutation ● deleteGrant mutation