OBJECT
UpdateProjectColumnPayload
Autogenerated return type of UpdateProjectColumn
link GraphQL Schema definition
- type UpdateProjectColumnPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # The updated project column.
- : ProjectColumn!
- }