OBJECT

AddProjectCardPayload

Autogenerated return type of AddProjectCard

link GraphQL Schema definition

  • type AddProjectCardPayload {
  • # The edge from the ProjectColumn's card connection.
  • cardEdge: ProjectCardEdge!
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The ProjectColumn
  • projectColumn: Project!
  • }