Skip to content

UpdateProjectPayload

No description

graphql
type UpdateProjectPayload {
  project: Project!
}

Fields

UpdateProjectPayload.project ● Project! non-null object

The updated Project

Returned By

updateProject mutation

Released under the MIT License.