OBJECT
AddProjectCardPayload
Autogenerated return type of AddProjectCard
link GraphQL Schema definition
1 type AddProjectCardPayload { 2 3 # The edge from the ProjectColumn's card connection. 4 ProjectCardEdge! : 5 6 # A unique identifier for the client performing the mutation. 7 String : 8 9 # The ProjectColumn 10 Project! : 11 12 }