OBJECT
DeleteProjectCardPayload
Autogenerated return type of DeleteProjectCard
link GraphQL Schema definition
- type DeleteProjectCardPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # The column the deleted card was in.
- : ProjectColumn!
- # The deleted card ID.
- : ID!
- }