OBJECT

DeleteProjectCardPayload

Autogenerated return type of DeleteProjectCard

link GraphQL Schema definition

  • type DeleteProjectCardPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The column the deleted card was in.
  • column: ProjectColumn!
  • # The deleted card ID.
  • deletedCardId: ID!
  • }