Github API - Test Config

mutation deleteProjectV2Workflow
projects

Deletes a project workflow.

Arguments
input DeleteProjectV2WorkflowInput

DeleteProjectV2WorkflowInput [input]

Autogenerated input type of DeleteProjectV2Workflow

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

workflowId ID

The ID of the workflow to be removed.

API:
Github GraphQL API

Parameters for DeleteProjectV2Workflow

Returns
DeleteProjectV2WorkflowPayload

DeleteProjectV2WorkflowPayload [object]

Autogenerated return type of DeleteProjectV2Workflow

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

deletedWorkflowId ID

The ID of the deleted workflow.

projectV2 ProjectV2

The project the deleted workflow was in.

API:
Github GraphQL API
API:
Github GraphQL API