Github API - Test Config

DeleteProjectPayload [object]

Autogenerated return type of DeleteProject

Attributes
clientMutationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

owner ProjectOwner

ProjectOwner [interface]

Represents an owner of a Project.

Attributes
id ID

The Node ID of the ProjectOwner object

project Project

Find project by number.

A list of projects under the owner.

projectsResourcePath URI

The HTTP path listing owners projects

projectsUrl URI

The HTTP URL listing owners projects

viewerCanCreateProjects Boolean

Can the current viewer create new projects on this owner.

API:
Github GraphQL API

The repository or organization the project was removed from.

API:
Github GraphQL API