Github API - Test Config

Team [object]

A team of users in an organization.

Implements
MemberStatusable

MemberStatusable [interface]

Entities that have members who can set status messages.

Attributes
memberStatuses UserStatusConnection

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

API:
Github GraphQL API
Node

Node [interface]

An object with an ID.

Attributes
id ID

ID of the object.

API:
Github GraphQL API
Subscribable

Subscribable [interface]

Entities that can be subscribed to for web and email notifications.

Attributes
id ID

The Node ID of the Subscribable object

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
Attributes
ancestors TeamConnection

TeamConnection [object]

The connection type for Team.

Attributes
edges TeamEdge []

A list of edges.

nodes Team []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

A list of teams that are ancestors of this team.

avatarUrl URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

A URL pointing to the team's avatar.

childTeams TeamConnection

TeamConnection [object]

The connection type for Team.

Attributes
edges TeamEdge []

A list of edges.

nodes Team []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

List of child teams belonging to this team

combinedSlug 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

The slug corresponding to the organization and team.

createdAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

Identifies the date and time when the object was created.

databaseId Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the primary key from the database.

description 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

The description of the team.

discussion TeamDiscussion

TeamDiscussion [object]

A team discussion.

Implements
CommentDeletableNodeReactableSubscribableUniformResourceLocatableUpdatableUpdatableComment
Attributes
author Actor

The actor who authored the comment.

authorAssociation CommentAuthorAssociation

Author's association with the discussion's team.

Deprecated: The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.
body String

The body as Markdown.

bodyHTML HTML

The body rendered to HTML.

bodyText String

The body rendered to text.

bodyVersion String

Identifies the discussion body hash.

Deprecated: The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.

A list of comments on this discussion.

Deprecated: The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.
commentsResourcePath URI

The HTTP path for discussion comments

Deprecated: The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.
commentsUrl URI

The HTTP URL for discussion comments

Deprecated: The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.
createdAt DateTime

Identifies the date and time when the object was created.

createdViaEmail Boolean

Check if this comment was created via an email reply.

databaseId Int

Identifies the primary key from the database.

editor Actor

The actor who edited the comment.

id ID

The Node ID of the TeamDiscussion object

includesCreatedEdit Boolean

Check if this comment was edited and includes an edit with the creation data

isPinned Boolean

Whether or not the discussion is pinned.

Deprecated: The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.
isPrivate Boolean

Whether or not the discussion is only visible to team members and organization owners.

Deprecated: The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.
lastEditedAt DateTime

The moment the editor made the last edit

number Int

Identifies the discussion within its team.

Deprecated: The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.
publishedAt DateTime

Identifies when the comment was published at.

reactionGroups ReactionGroup []

A list of reactions grouped by content left on the subject.

reactions ReactionConnection

A list of Reactions left on the Issue.

resourcePath URI

The HTTP path for this discussion

Deprecated: The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.
team Team

The team that defines the context of this discussion.

Deprecated: The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.
title String

The title of the discussion

Deprecated: The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.
updatedAt DateTime

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

url URI

The HTTP URL for this discussion

Deprecated: The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.
userContentEdits UserContentEditConnection

A list of edits to this content.

viewerCanDelete Boolean

Check if the current viewer can delete this object.

viewerCanPin Boolean

Whether or not the current viewer can pin this discussion.

Deprecated: The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.
viewerCanReact Boolean

Can user react to this subject

viewerCanSubscribe Boolean

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

viewerCanUpdate Boolean

Check if the current viewer can update this object.

viewerCannotUpdateReasons CommentCannotUpdateReason []

Reasons why the current viewer can not update this comment.

viewerDidAuthor Boolean

Did the viewer author this comment.

viewerSubscription SubscriptionState

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

API:
Github GraphQL API

Find a team discussion by its number.

discussions TeamDiscussionConnection

TeamDiscussionConnection [object]

The connection type for TeamDiscussion.

Attributes

A list of edges.

nodes TeamDiscussion []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

A list of team discussions.

discussionsResourcePath URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP path for team discussions

discussionsUrl URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP URL for team discussions

editTeamResourcePath URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP path for editing this team

editTeamUrl URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP URL for editing this team

id 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 Node ID of the Team object

invitations OrganizationInvitationConnection

OrganizationInvitationConnection [object]

The connection type for OrganizationInvitation.

Attributes

A list of edges.

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

A list of pending invitations for users to this team

memberStatuses UserStatusConnection

UserStatusConnection [object]

The connection type for UserStatus.

Attributes
edges UserStatusEdge []

A list of edges.

nodes UserStatus []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

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

members TeamMemberConnection

TeamMemberConnection [object]

The connection type for User.

Attributes
edges TeamMemberEdge []

A list of edges.

nodes User []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

A list of users who are members of this team.

membersResourcePath URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP path for the team' members

membersUrl URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP URL for the team' members

name 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

The name of the team.

newTeamResourcePath URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP path creating a new team

newTeamUrl URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP URL creating a new team

notificationSetting TeamNotificationSetting

TeamNotificationSetting [enum]

The possible team notification values.

Possible values
NOTIFICATIONS_DISABLED

No one will receive notifications.

NOTIFICATIONS_ENABLED

Everyone will receive notifications when the team is @mentioned.

API:
Github GraphQL API

The notification setting that the team has set.

organization Organization

Organization [object]

An account on GitHub, with one or more owners, that has repositories, members and teams.

Implements
ActorAnnouncementBannerMemberStatusableNodePackageOwnerProfileOwnerProjectOwnerProjectV2OwnerProjectV2RecentRepositoryDiscussionAuthorRepositoryDiscussionCommentAuthorRepositoryOwnerSponsorableUniformResourceLocatable
Attributes
announcement String

The text of the announcement

announcementExpiresAt DateTime

The expiration date of the announcement, if any

announcementUserDismissible Boolean

Whether the announcement can be dismissed by the user

anyPinnableItems Boolean

Determine if this repository owner has any items that can be pinned to their profile.

archivedAt DateTime

Identifies the date and time when the organization was archived.

Audit log entries of the organization

avatarUrl URI

A URL pointing to the organization's public avatar.

createdAt DateTime

Identifies the date and time when the object was created.

databaseId Int

Identifies the primary key from the database.

description String

The organization's public profile description.

descriptionHTML String

The organization's public profile description rendered to HTML.

A list of domains owned by the organization.

email String

The organization's public email.

A list of owners of the organization's enterprise account.

estimatedNextSponsorsPayoutInCents Int

The estimated next GitHub Sponsors payout for this user/organization in cents (USD).

hasSponsorsListing Boolean

True if this user/organization has a GitHub Sponsors listing.

id ID

The Node ID of the Organization object

interactionAbility RepositoryInteractionAbility

The interaction ability settings for this organization.

ipAllowListEnabledSetting IpAllowListEnabledSettingValue

The setting value for whether the organization has an IP allow list enabled.

ipAllowListEntries IpAllowListEntryConnection

The IP addresses that are allowed to access resources owned by the organization.

ipAllowListForInstalledAppsEnabledSetting IpAllowListForInstalledAppsEnabledSettingValue

The setting value for whether the organization has IP allow list configuration for installed GitHub Apps enabled.

isSponsoredBy Boolean

Whether the given account is sponsoring this user/organization.

isSponsoringViewer Boolean

True if the viewer is sponsored by this user/organization.

isVerified Boolean

Whether the organization has verified its profile email and website.

itemShowcase ProfileItemShowcase

Showcases a selection of repositories and gists that the profile owner has
either curated or that have been selected automatically based on popularity.

lifetimeReceivedSponsorshipValues SponsorAndLifetimeValueConnection

Calculate how much each sponsor has ever paid total to this maintainer via
GitHub Sponsors. Does not include sponsorships paid via Patreon.

location String

The organization's public profile location.

login String

The organization's login name.

mannequins MannequinConnection

A list of all mannequins for this organization.

memberStatuses UserStatusConnection

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

membersCanForkPrivateRepositories Boolean

Members can fork private repositories in this organization

A list of users who are members of this organization.

monthlyEstimatedSponsorsIncomeInCents Int

The estimated monthly GitHub Sponsors income for this user/organization in cents (USD).

name String

The organization's public profile name.

newTeamResourcePath URI

The HTTP path creating a new team

newTeamUrl URI

The HTTP URL creating a new team

notificationDeliveryRestrictionEnabledSetting NotificationRestrictionSettingValue

Indicates if email notification delivery for this organization is restricted to verified or approved domains.

organizationBillingEmail String

The billing email for the organization.

A list of packages under the owner.

pendingMembers UserConnection

A list of users who have been invited to join this organization.

pinnableItems PinnableItemConnection

A list of repositories and gists this profile owner can pin to their profile.

A list of repositories and gists this profile owner has pinned to their profile

pinnedItemsRemaining Int

Returns how many more items this profile owner can pin to their profile.

project Project

Find project by number.

projectV2 ProjectV2

Find a project by number.

A list of projects under the owner.

projectsResourcePath URI

The HTTP path listing organization's projects

projectsUrl URI

The HTTP URL listing organization's projects

projectsV2 ProjectV2Connection

A list of projects under the owner.

recentProjects ProjectV2Connection

Recent projects that this user has modified in the context of the owner.

repositories RepositoryConnection

A list of repositories that the user owns.

repository Repository

Find Repository.

repositoryDiscussionComments DiscussionCommentConnection

Discussion comments this user has authored.

repositoryDiscussions DiscussionConnection

Discussions this user has started.

repositoryMigrations RepositoryMigrationConnection

A list of all repository migrations for this organization.

requiresTwoFactorAuthentication Boolean

When true the organization requires all members, billing managers, and outside
collaborators to enable two-factor authentication.

resourcePath URI

The HTTP path for this organization.

Returns a single ruleset from the current organization by ID.

A list of rulesets for this organization.

samlIdentityProvider OrganizationIdentityProvider

The Organization's SAML identity provider. Visible to (1) organization owners,
(2) organization owners' personal access tokens (classic) with read:org or
admin:org scope, (3) GitHub App with an installation token with read or write
access to members.

sponsoring SponsorConnection

List of users and organizations this entity is sponsoring.

List of sponsors for this user or organization.

sponsorsActivities SponsorsActivityConnection

Events involving this sponsorable, such as new sponsorships.

sponsorsListing SponsorsListing

The GitHub Sponsors listing for this user or organization.

sponsorshipForViewerAsSponsor Sponsorship

The sponsorship from the viewer to this user/organization; that is, the sponsorship where you're the sponsor.

sponsorshipForViewerAsSponsorable Sponsorship

The sponsorship from this user/organization to the viewer; that is, the sponsorship you're receiving.

sponsorshipNewsletters SponsorshipNewsletterConnection

List of sponsorship updates sent from this sponsorable to sponsors.

sponsorshipsAsMaintainer SponsorshipConnection

The sponsorships where this user or organization is the maintainer receiving the funds.

sponsorshipsAsSponsor SponsorshipConnection

The sponsorships where this user or organization is the funder.

team Team

Find an organization's team by its slug.

A list of teams in this organization.

teamsResourcePath URI

The HTTP path listing organization's teams

teamsUrl URI

The HTTP URL listing organization's teams

totalSponsorshipAmountAsSponsorInCents Int

The amount in United States cents (e.g., 500 = $5.00 USD) that this entity has
spent on GitHub to fund sponsorships. Only returns a value when viewed by the
user themselves or by a user who can manage sponsorships for the requested organization.

twitterUsername String

The organization's Twitter username.

updatedAt DateTime

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

url URI

The HTTP URL for this organization.

viewerCanAdminister Boolean

Organization is adminable by the viewer.

viewerCanChangePinnedItems Boolean

Can the viewer pin repositories and gists to the profile?

viewerCanCreateProjects Boolean

Can the current viewer create new projects on this owner.

viewerCanCreateRepositories Boolean

Viewer can create repositories on this organization

viewerCanCreateTeams Boolean

Viewer can create teams on this organization.

viewerCanSponsor Boolean

Whether or not the viewer is able to sponsor this user/organization.

viewerIsAMember Boolean

Viewer is an active member of this organization.

viewerIsFollowing Boolean

Whether or not this Organization is followed by the viewer.

viewerIsSponsoring Boolean

True if the viewer is sponsoring this user/organization.

webCommitSignoffRequired Boolean

Whether contributors are required to sign off on web-based commits for repositories in this organization.

websiteUrl URI

The organization's public profile URL.

API:
Github GraphQL API

The organization that owns this team.

parentTeam 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 parent team of the team.

privacy TeamPrivacy

TeamPrivacy [enum]

The possible team privacy values.

Possible values
SECRET

A secret team can only be seen by its members.

VISIBLE

A visible team can be seen and @mentioned by every member of the organization.

API:
Github GraphQL API

The level of privacy the team has.

projectV2 ProjectV2

ProjectV2 [object]

New projects that manage issues, pull requests and drafts using tables and boards.

Implements
ClosableNodeUpdatable
Attributes
closed Boolean

Returns true if the project is closed.

closedAt DateTime

Identifies the date and time when the object was closed.

createdAt DateTime

Identifies the date and time when the object was created.

creator Actor

The actor who originally created the project.

databaseId Int

Identifies the primary key from the database.

A field of the project

List of fields and their constraints in the project

id ID

The Node ID of the ProjectV2 object

List of items in the project

number Int

The project's number.

The project's owner. Currently limited to organizations and users.

public Boolean

Returns true if the project is public.

readme String

The project's readme.

repositories RepositoryConnection

The repositories the project is linked to.

resourcePath URI

The HTTP path for this project

shortDescription String

The project's short description.

The teams the project is linked to.

template Boolean

Returns true if this project is a template.

title String

The project's name.

updatedAt DateTime

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

url URI

The HTTP URL for this project

A view of the project

viewerCanClose Boolean

Indicates if the object can be closed by the viewer.

viewerCanReopen Boolean

Indicates if the object can be reopened by the viewer.

viewerCanUpdate Boolean

Check if the current viewer can update this object.

List of views in the project

A workflow of the project

List of the workflows in the project

API:
Github GraphQL API

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

projectsV2 ProjectV2Connection

ProjectV2Connection [object]

The connection type for ProjectV2.

Attributes
edges ProjectV2Edge []

A list of edges.

nodes ProjectV2 []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

List of projects this team has collaborator access to.

repositories TeamRepositoryConnection

TeamRepositoryConnection [object]

The connection type for Repository.

Attributes

A list of edges.

nodes Repository []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

A list of repositories this team has access to.

repositoriesResourcePath URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP path for this team's repositories

repositoriesUrl URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP URL for this team's repositories

resourcePath URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP path for this team

reviewRequestDelegationAlgorithm TeamReviewAssignmentAlgorithm

TeamReviewAssignmentAlgorithm [enum]

The possible team review assignment algorithms

Possible values
LOAD_BALANCE

Balance review load across the entire team

ROUND_ROBIN

Alternate reviews between each team member

API:
Github GraphQL API

What algorithm is used for review assignment for this team

reviewRequestDelegationEnabled Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

True if review assignment is enabled for this team

reviewRequestDelegationMemberCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

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

reviewRequestDelegationNotifyTeam Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

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

slug 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

The slug corresponding to the team.

teamsResourcePath URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP path for this team's teams

teamsUrl URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP URL for this team's teams

updatedAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

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

url URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP URL for this team

viewerCanAdminister Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Team is adminable by the viewer.

viewerCanSubscribe Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

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

viewerSubscription SubscriptionState

SubscriptionState [enum]

The possible states of a subscription.

Possible values
IGNORED

The User is never notified.

SUBSCRIBED

The User is notified of all conversations.

UNSUBSCRIBED

The User is only notified when participating or @mentioned.

API:
Github GraphQL API

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

API:
Github GraphQL API