OBJECT

DeleteProjectPayload

Autogenerated return type of DeleteProject

link GraphQL Schema definition

  • type DeleteProjectPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The repository or organization the project was removed from.
  • owner: ProjectOwner!
  • }