OBJECT
Autogenerated return type of DeleteProjectColumn
type DeleteProjectColumnPayload {# A unique identifier for the client performing the mutation.clientMutationId: String # The deleted column ID.deletedColumnId: ID! # The project the deleted column was in.project: Project! }