UpdateProjectStatusPayload
Autogenerated return type of UpdateProjectStatus
type UpdateProjectStatusPayload {
clientMutationId: String
errors: [String!]
project: Project
}
Fields
UpdateProjectStatusPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateProjectStatusPayload.errors
● [String!]
list scalar
UpdateProjectStatusPayload.project
● Project
object
Returned By
updateProjectStatus
mutation