Github API - Test Config

mutation updateTeamsRepository
repos
teams

Update team repository.

Arguments
input UpdateTeamsRepositoryInput

UpdateTeamsRepositoryInput [input]

Autogenerated input type of UpdateTeamsRepository

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

Permission that should be granted to the teams.

repositoryId ID

Repository ID being granted access to.

teamIds ID []

A list of teams being granted access. Limit: 10

API:
Github GraphQL API

Parameters for UpdateTeamsRepository

Returns
UpdateTeamsRepositoryPayload

UpdateTeamsRepositoryPayload [object]

Autogenerated return type of UpdateTeamsRepository

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

repository Repository

The repository that was updated.

teams Team []

The teams granted permission on the repository.

API:
Github GraphQL API
API:
Github GraphQL API