Github API - Test Config

mutation updateProjectV2Collaborators
projects

Update the collaborators on a team or a project

Arguments
input UpdateProjectV2CollaboratorsInput

UpdateProjectV2CollaboratorsInput [input]

Autogenerated input type of UpdateProjectV2Collaborators

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

collaborators ProjectV2Collaborator []

The collaborators to update.

projectId ID

The ID of the project to update the collaborators for.

API:
Github GraphQL API

Parameters for UpdateProjectV2Collaborators

Returns
UpdateProjectV2CollaboratorsPayload

UpdateProjectV2CollaboratorsPayload [object]

Autogenerated return type of UpdateProjectV2Collaborators

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

collaborators ProjectV2ActorConnection

The collaborators granted a role

API:
Github GraphQL API
API:
Github GraphQL API