OBJECT

UpdateProjectColumnPayload

Autogenerated return type of UpdateProjectColumn

link GraphQL Schema definition

  • type UpdateProjectColumnPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The updated project column.
  • projectColumn: ProjectColumn!
  • }