Github API - Test Config

mutation markProjectV2AsTemplate
projects

Mark a project as a template. Note that only projects which are owned by an Organization can be marked as a template.

Arguments
input MarkProjectV2AsTemplateInput

MarkProjectV2AsTemplateInput [input]

Autogenerated input type of MarkProjectV2AsTemplate

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectId ID

The ID of the Project to mark as a template.

API:
Github GraphQL API

Parameters for MarkProjectV2AsTemplate

Returns
MarkProjectV2AsTemplatePayload

MarkProjectV2AsTemplatePayload [object]

Autogenerated return type of MarkProjectV2AsTemplate

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectV2 ProjectV2

The project.

API:
Github GraphQL API
API:
Github GraphQL API