Github API - Test Config

mutation createRepository
repos

Create a new repository.

Arguments
input CreateRepositoryInput

CreateRepositoryInput [input]

Autogenerated input type of CreateRepository

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

description String

A short description of the new repository.

hasIssuesEnabled Boolean

Indicates if the repository should have the issues feature enabled.

hasWikiEnabled Boolean

Indicates if the repository should have the wiki feature enabled.

homepageUrl URI

The URL for a web page about this repository.

name String

The name of the new repository.

ownerId ID

The ID of the owner for the new repository.

teamId ID

When an organization is specified as the owner, this ID identifies the team
that should be granted access to the new repository.

template Boolean

Whether this repository should be marked as a template such that anyone who
can access it can create new repositories with the same files and directory structure.

Indicates the repository's visibility level.

API:
Github GraphQL API

Parameters for CreateRepository

Returns
CreateRepositoryPayload

CreateRepositoryPayload [object]

Autogenerated return type of CreateRepository

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

repository Repository

The new repository.

API:
Github GraphQL API
API:
Github GraphQL API