OBJECT

AddProjectCardPayload

Autogenerated return type of AddProjectCard

link GraphQL Schema definition

1type AddProjectCardPayload {
2
3# The edge from the ProjectColumn's card connection.
4cardEdge: ProjectCardEdge!
5
6# A unique identifier for the client performing the mutation.
7clientMutationId: String
8
9# The ProjectColumn
10projectColumn: Project!
11
12}