Skip to main content

UpdateProjectPayload

Autogenerated return type of UpdateProject

type UpdateProjectPayload {
clientMutationId: String
errors: [String!]
msg: [String!]
project: Project
}

Fields

UpdateProjectPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateProjectPayload.errors ● [String!] list scalar

UpdateProjectPayload.msg ● [String!] list scalar

UpdateProjectPayload.project ● Project object

Returned By

updateProject mutation