Github API - Test Config

mutation deleteProjectV2
projects

Delete a project.

Arguments
input DeleteProjectV2Input

DeleteProjectV2Input [input]

Autogenerated input type of DeleteProjectV2

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectId ID

The ID of the Project to delete.

API:
Github GraphQL API

Parameters for DeleteProjectV2

Returns
DeleteProjectV2Payload

DeleteProjectV2Payload [object]

Autogenerated return type of DeleteProjectV2

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectV2 ProjectV2

The deleted Project.

API:
Github GraphQL API
API:
Github GraphQL API