Github API - Test Config

ProjectV2Collaborator [input]

A collaborator to update on a project. Only one of the userId or teamId should be provided.

Attributes
role ProjectV2Roles

ProjectV2Roles [enum]

The possible roles of a collaborator on a project.

Possible values
ADMIN

The collaborator can view, edit, and maange the settings of the project

NONE

The collaborator has no direct access to the project

READER

The collaborator can view the project

WRITER

The collaborator can view and edit the project

API:
Github GraphQL API

The role to grant the collaborator

teamId ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

The ID of the team as a collaborator.

userId ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

The ID of the user as a collaborator.

API:
Github GraphQL API