Skip to main content

ProjectPayload

No description

type ProjectPayload {
successful: Boolean!
messages: [ValidationMessage]
result: Project
}

Fields

ProjectPayload.successful ● Boolean! non-null scalar

Indicates if the mutation completed successfully or not.

ProjectPayload.messages ● [ValidationMessage] list object

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

ProjectPayload.result ● Project object

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

Returned By

createProject mutation ● deleteProject mutation ● grantGroupAccess mutation ● revokeGroupAccess mutation ● updateProject mutation