OBJECT
AddProjectColumnPayload
Autogenerated return type of AddProjectColumn
link GraphQL Schema definition
- type AddProjectColumnPayload {
- # A unique identifier for the client performing the mutation.
- String :
- # The edge from the project's column connection.
- ProjectColumnEdge! :
- # The project
- Project! :
- }