OBJECT
AddProjectCardPayload
Autogenerated return type of AddProjectCard
link GraphQL Schema definition
- type AddProjectCardPayload {
- # The edge from the ProjectColumn's card connection.
- : ProjectCardEdge!
- # A unique identifier for the client performing the mutation.
- : String
- # The ProjectColumn
- : Project!
- }