Github API - Test Config

LinkProjectV2ToTeamPayload [object]

Autogenerated return type of LinkProjectV2ToTeam

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.

team Team

Team [object]

A team of users in an organization.

Implements
MemberStatusableNodeSubscribable
Attributes
ancestors TeamConnection

A list of teams that are ancestors of this team.

avatarUrl URI

A URL pointing to the team's avatar.

childTeams TeamConnection

List of child teams belonging to this team

combinedSlug String

The slug corresponding to the organization and team.

createdAt DateTime

Identifies the date and time when the object was created.

databaseId Int

Identifies the primary key from the database.

description String

The description of the team.

discussion TeamDiscussion

Find a team discussion by its number.

A list of team discussions.

discussionsResourcePath URI

The HTTP path for team discussions

discussionsUrl URI

The HTTP URL for team discussions

editTeamResourcePath URI

The HTTP path for editing this team

editTeamUrl URI

The HTTP URL for editing this team

id ID

The Node ID of the Team object

A list of pending invitations for users to this team

memberStatuses UserStatusConnection

Get the status messages members of this entity have set that are either public or visible only to the organization.

A list of users who are members of this team.

membersResourcePath URI

The HTTP path for the team' members

membersUrl URI

The HTTP URL for the team' members

name String

The name of the team.

newTeamResourcePath URI

The HTTP path creating a new team

newTeamUrl URI

The HTTP URL creating a new team

notificationSetting TeamNotificationSetting

The notification setting that the team has set.

organization Organization

The organization that owns this team.

parentTeam Team

The parent team of the team.

privacy TeamPrivacy

The level of privacy the team has.

projectV2 ProjectV2

Finds and returns the project according to the provided project number.

projectsV2 ProjectV2Connection

List of projects this team has collaborator access to.

A list of repositories this team has access to.

repositoriesResourcePath URI

The HTTP path for this team's repositories

repositoriesUrl URI

The HTTP URL for this team's repositories

resourcePath URI

The HTTP path for this team

reviewRequestDelegationAlgorithm TeamReviewAssignmentAlgorithm

What algorithm is used for review assignment for this team

reviewRequestDelegationEnabled Boolean

True if review assignment is enabled for this team

reviewRequestDelegationMemberCount Int

How many team members are required for review assignment for this team

reviewRequestDelegationNotifyTeam Boolean

When assigning team members via delegation, whether the entire team should be notified as well.

slug String

The slug corresponding to the team.

teamsResourcePath URI

The HTTP path for this team's teams

teamsUrl URI

The HTTP URL for this team's teams

updatedAt DateTime

Identifies the date and time when the object was last updated.

url URI

The HTTP URL for this team

viewerCanAdminister Boolean

Team is adminable by the viewer.

viewerCanSubscribe Boolean

Check if the viewer is able to change their subscription status for the repository.

viewerSubscription SubscriptionState

Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.

API:
Github GraphQL API

The team the project is linked to

API:
Github GraphQL API