UpdateProjectPayload
Autogenerated return type of UpdateProject
type UpdateProjectPayload {
clientMutationId: String
errors: [String!]
msg: [String!]
}
Fields
UpdateProjectPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateProjectPayload.errors
● [String!]
list scalar
UpdateProjectPayload.msg
● [String!]
list scalar
Returned By
updateProject
mutation