Skip to content

updateProject

Updates the specified Project, requires ADMIN on the project to update

graphql
updateProject(
  input: UpdateProjectInput!
): UpdateProjectPayload!

Arguments

updateProject.input ● UpdateProjectInput! non-null input

Defines which Project to update and how to update it

Type

UpdateProjectPayload object

Released under the MIT License.