Github API - Test Config

Organization [object]

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

Implements
Actor

Actor [interface]

Represents an object which can take actions on GitHub. Typically a User or Bot.

Attributes
avatarUrl URI

A URL pointing to the actor's public avatar.

login String

The username of the actor.

resourcePath URI

The HTTP path for this actor.

url URI

The HTTP URL for this actor.

API:
Github GraphQL API
AnnouncementBanner

AnnouncementBanner [interface]

Represents an announcement banner.

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

API:
Github GraphQL API
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
PackageOwner

PackageOwner [interface]

Represents an owner of a package.

Attributes
id ID

The Node ID of the PackageOwner object

A list of packages under the owner.

API:
Github GraphQL API
ProfileOwner

ProfileOwner [interface]

Represents any entity on GitHub that has a profile page.

Attributes
anyPinnableItems Boolean

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

email String

The public profile email.

id ID

The Node ID of the ProfileOwner object

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.

location String

The public profile location.

login String

The username used to login.

name String

The public profile name.

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.

viewerCanChangePinnedItems Boolean

Can the viewer pin repositories and gists to the profile?

websiteUrl URI

The public profile website URL.

API:
Github GraphQL API
ProjectOwner

ProjectOwner [interface]

Represents an owner of a Project.

Attributes
id ID

The Node ID of the ProjectOwner object

project Project

Find project by number.

A list of projects under the owner.

projectsResourcePath URI

The HTTP path listing owners projects

projectsUrl URI

The HTTP URL listing owners projects

viewerCanCreateProjects Boolean

Can the current viewer create new projects on this owner.

API:
Github GraphQL API
ProjectV2Owner

ProjectV2Owner [interface]

Represents an owner of a project.

Attributes
id ID

The Node ID of the ProjectV2Owner object

projectV2 ProjectV2

Find a project by number.

projectsV2 ProjectV2Connection

A list of projects under the owner.

API:
Github GraphQL API
ProjectV2Recent

ProjectV2Recent [interface]

Recent projects for the owner.

Attributes
recentProjects ProjectV2Connection

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

API:
Github GraphQL API
RepositoryDiscussionAuthor

RepositoryDiscussionAuthor [interface]

Represents an author of discussions in repositories.

Attributes
repositoryDiscussions DiscussionConnection

Discussions this user has started.

API:
Github GraphQL API
RepositoryDiscussionCommentAuthor

RepositoryDiscussionCommentAuthor [interface]

Represents an author of discussion comments in repositories.

Attributes
repositoryDiscussionComments DiscussionCommentConnection

Discussion comments this user has authored.

API:
Github GraphQL API
RepositoryOwner

RepositoryOwner [interface]

Represents an owner of a Repository.

Attributes
avatarUrl URI

A URL pointing to the owner's public avatar.

id ID

The Node ID of the RepositoryOwner object

login String

The username used to login.

repositories RepositoryConnection

A list of repositories that the user owns.

repository Repository

Find Repository.

resourcePath URI

The HTTP URL for the owner.

url URI

The HTTP URL for the owner.

API:
Github GraphQL API
Sponsorable

Sponsorable [interface]

Entities that can sponsor or be sponsored through GitHub Sponsors.

Attributes
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.

isSponsoredBy Boolean

Whether the given account is sponsoring this user/organization.

isSponsoringViewer Boolean

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

lifetimeReceivedSponsorshipValues SponsorAndLifetimeValueConnection

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

monthlyEstimatedSponsorsIncomeInCents Int

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

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.

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.

viewerCanSponsor Boolean

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

viewerIsSponsoring Boolean

True if the viewer is sponsoring this user/organization.

API:
Github GraphQL API
UniformResourceLocatable

UniformResourceLocatable [interface]

Represents a type that can be retrieved by a URL.

Attributes
resourcePath URI

The HTML path to this resource.

url URI

The URL to this resource.

API:
Github GraphQL API
Attributes
announcement 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 text of the announcement

announcementExpiresAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

The expiration date of the announcement, if any

announcementUserDismissible Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Whether the announcement can be dismissed by the user

anyPinnableItems Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

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

archivedAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

Identifies the date and time when the organization was archived.

auditLog OrganizationAuditEntryConnection

OrganizationAuditEntryConnection [object]

The connection type for OrganizationAuditEntry.

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

Audit log entries of the organization

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 organization's public avatar.

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 organization's public profile description.

descriptionHTML 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 organization's public profile description rendered to HTML.

domains VerifiableDomainConnection

VerifiableDomainConnection [object]

The connection type for VerifiableDomain.

Attributes

A list of edges.

nodes VerifiableDomain []

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 domains owned by the organization.

email 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 organization's public email.

enterpriseOwners OrganizationEnterpriseOwnerConnection

OrganizationEnterpriseOwnerConnection [object]

The connection type for User.

Attributes

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 owners of the organization's enterprise account.

estimatedNextSponsorsPayoutInCents 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

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

hasSponsorsListing Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

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

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 Organization object

interactionAbility RepositoryInteractionAbility

RepositoryInteractionAbility [object]

Repository interaction limit that applies to this object.

Attributes
expiresAt DateTime

The time the currently active limit expires.

The current limit that is enabled on this object.

The origin of the currently active interaction limit.

API:
Github GraphQL API

The interaction ability settings for this organization.

ipAllowListEnabledSetting IpAllowListEnabledSettingValue

IpAllowListEnabledSettingValue [enum]

The possible values for the IP allow list enabled setting.

Possible values
DISABLED

The setting is disabled for the owner.

ENABLED

The setting is enabled for the owner.

API:
Github GraphQL API

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

ipAllowListEntries IpAllowListEntryConnection

IpAllowListEntryConnection [object]

The connection type for IpAllowListEntry.

Attributes

A list of edges.

nodes IpAllowListEntry []

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

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

ipAllowListForInstalledAppsEnabledSetting IpAllowListForInstalledAppsEnabledSettingValue

IpAllowListForInstalledAppsEnabledSettingValue [enum]

The possible values for the IP allow list configuration for installed GitHub Apps setting.

Possible values
DISABLED

The setting is disabled for the owner.

ENABLED

The setting is enabled for the owner.

API:
Github GraphQL API

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

isSponsoredBy Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Whether the given account is sponsoring this user/organization.

isSponsoringViewer Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

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

isVerified Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Whether the organization has verified its profile email and website.

itemShowcase ProfileItemShowcase

ProfileItemShowcase [object]

A curatable list of repositories relating to a repository owner, which defaults
to showing the most popular repositories they own.

Attributes
hasPinnedItems Boolean

Whether or not the owner has pinned any repositories or gists.

The repositories and gists in the showcase. If the profile owner has any
pinned items, those will be returned. Otherwise, the profile owner's popular
repositories will be returned.

API:
Github GraphQL API

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

SponsorAndLifetimeValueConnection [object]

The connection type for SponsorAndLifetimeValue.

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

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

location 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 organization's public profile location.

login 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 organization's login name.

mannequins MannequinConnection

MannequinConnection [object]

A list of mannequins.

Attributes
edges MannequinEdge []

A list of edges.

nodes Mannequin []

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 all mannequins for this organization.

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.

membersCanForkPrivateRepositories Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Members can fork private repositories in this organization

membersWithRole OrganizationMemberConnection

OrganizationMemberConnection [object]

A list of users who belong to the organization.

Attributes

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 organization.

monthlyEstimatedSponsorsIncomeInCents 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

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

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 organization's public profile name.

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

notificationDeliveryRestrictionEnabledSetting NotificationRestrictionSettingValue

NotificationRestrictionSettingValue [enum]

The possible values for the notification restriction setting.

Possible values
DISABLED

The setting is disabled for the owner.

ENABLED

The setting is enabled for the owner.

API:
Github GraphQL API

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

organizationBillingEmail 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 billing email for the organization.

packages PackageConnection

PackageConnection [object]

The connection type for Package.

Attributes
edges PackageEdge []

A list of edges.

nodes Package []

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 packages under the owner.

pendingMembers UserConnection

UserConnection [object]

A list of users.

Attributes
edges UserEdge []

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 have been invited to join this organization.

pinnableItems PinnableItemConnection

PinnableItemConnection [object]

The connection type for PinnableItem.

Attributes
edges PinnableItemEdge []

A list of edges.

nodes PinnableItem []

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 and gists this profile owner can pin to their profile.

pinnedItems PinnableItemConnection

PinnableItemConnection [object]

The connection type for PinnableItem.

Attributes
edges PinnableItemEdge []

A list of edges.

nodes PinnableItem []

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 and gists this profile owner has pinned to their profile

pinnedItemsRemaining 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

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

project Project

Project [object]

Projects manage issues, pull requests and notes within a project owner.

Implements
ClosableNodeUpdatable
Attributes
body String

The project's description body.

bodyHTML HTML

The projects description body rendered to HTML.

closed Boolean

Indicates if the object is closed (definition of closed may depend on type)

closedAt DateTime

Identifies the date and time when the object was closed.

List of columns in the project

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.

id ID

The Node ID of the Project object

name String

The project's name.

number Int

The project's number.

owner ProjectOwner

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

pendingCards ProjectCardConnection

List of pending cards in this project

progress ProjectProgress

Project progress details.

resourcePath URI

The HTTP path for this project

state ProjectState

Whether the project is open or closed.

updatedAt DateTime

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

url URI

The HTTP URL for this 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.

API:
Github GraphQL API

Find project by number.

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

Find a project by number.

projects ProjectConnection

ProjectConnection [object]

A list of projects associated with the owner.

Attributes
edges ProjectEdge []

A list of edges.

nodes Project []

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 projects under the owner.

projectsResourcePath URI

URI [scalar]

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

API:
Github GraphQL API

The HTTP path listing organization's projects

projectsUrl URI

URI [scalar]

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

API:
Github GraphQL API

The HTTP URL listing organization's projects

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

A list of projects under the owner.

recentProjects 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

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

repositories RepositoryConnection

RepositoryConnection [object]

A list of repositories owned by the subject.

Attributes
edges RepositoryEdge []

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.

totalDiskUsage Int

The total size in kilobytes of all repositories in the connection. Value will
never be larger than max 32-bit signed integer.

API:
Github GraphQL API

A list of repositories that the user owns.

repository Repository

Repository [object]

A repository contains the content for a project.

Implements
NodePackageOwnerProjectOwnerProjectV2RecentRepositoryInfoStarrableSubscribableUniformResourceLocatable
Attributes
allowUpdateBranch Boolean

Whether or not a pull request head branch that is behind its base branch can
always be updated even if it is not required to be up to date before merging.

archivedAt DateTime

Identifies the date and time when the repository was archived.

assignableUsers UserConnection

A list of users that can be assigned to issues in this repository.

autoMergeAllowed Boolean

Whether or not Auto-merge can be enabled on pull requests in this repository.

branchProtectionRules BranchProtectionRuleConnection

A list of branch protection rules for this repository.

codeOfConduct CodeOfConduct

Returns the code of conduct for this repository

Information extracted from the repository's CODEOWNERS file.

A list of collaborators associated with the repository.

commitComments CommitCommentConnection

A list of commit comments associated with the repository.

contactLinks RepositoryContactLink []

Returns a list of contact links associated to the repository

contributingGuidelines ContributingGuidelines

Returns the contributing guidelines for this repository.

createdAt DateTime

Identifies the date and time when the object was created.

databaseId Int

Identifies the primary key from the database.

defaultBranchRef Ref

The Ref associated with the repository's default branch.

deleteBranchOnMerge Boolean

Whether or not branches are automatically deleted when merged in this repository.

dependencyGraphManifests DependencyGraphManifestConnection

A list of dependency manifests contained in the repository

deployKeys DeployKeyConnection

A list of deploy keys that are on this repository.

deployments DeploymentConnection

Deployments associated with the repository

description String

The description of the repository.

descriptionHTML HTML

The description of the repository rendered to HTML.

discussion Discussion

Returns a single discussion from the current repository by number.

discussionCategories DiscussionCategoryConnection

A list of discussion categories that are available in the repository.

discussionCategory DiscussionCategory

A discussion category by slug.

discussions DiscussionConnection

A list of discussions that have been opened in the repository.

diskUsage Int

The number of kilobytes this repository occupies on disk.

environment Environment

Returns a single active environment from the current repository by name.

environments EnvironmentConnection

A list of environments that are in this repository.

forkCount Int

Returns how many forks there are of this repository in the whole network.

forkingAllowed Boolean

Whether this repository allows forks.

A list of direct forked repositories.

fundingLinks FundingLink []

The funding links for this repository

hasDiscussionsEnabled Boolean

Indicates if the repository has the Discussions feature enabled.

hasIssuesEnabled Boolean

Indicates if the repository has issues feature enabled.

hasProjectsEnabled Boolean

Indicates if the repository has the Projects feature enabled.

hasSponsorshipsEnabled Boolean

Indicates if the repository displays a Sponsor button for financial contributions.

hasVulnerabilityAlertsEnabled Boolean

Whether vulnerability alerts are enabled for the repository.

hasWikiEnabled Boolean

Indicates if the repository has wiki feature enabled.

homepageUrl URI

The repository's URL.

id ID

The Node ID of the Repository object

interactionAbility RepositoryInteractionAbility

The interaction ability settings for this repository.

isArchived Boolean

Indicates if the repository is unmaintained.

isBlankIssuesEnabled Boolean

Returns true if blank issue creation is allowed

isDisabled Boolean

Returns whether or not this repository disabled.

isEmpty Boolean

Returns whether or not this repository is empty.

isFork Boolean

Identifies if the repository is a fork.

isInOrganization Boolean

Indicates if a repository is either owned by an organization, or is a private fork of an organization repository.

isLocked Boolean

Indicates if the repository has been locked or not.

isMirror Boolean

Identifies if the repository is a mirror.

isPrivate Boolean

Identifies if the repository is private or internal.

isSecurityPolicyEnabled Boolean

Returns true if this repository has a security policy

isTemplate Boolean

Identifies if the repository is a template that can be used to generate new repositories.

isUserConfigurationRepository Boolean

Is this repository a user configuration repository?

issue Issue

Returns a single issue from the current repository by number.

issueOrPullRequest IssueOrPullRequest

Returns a single issue-like object from the current repository by number.

issueTemplates IssueTemplate []

Returns a list of issue templates associated to the repository

A list of issues that have been opened in the repository.

label Label

Returns a single label by name

A list of labels associated with the repository.

languages LanguageConnection

A list containing a breakdown of the language composition of the repository.

latestRelease Release

Get the latest release for the repository if one exists.

licenseInfo License

The license associated with the repository

The reason the repository has been locked.

mentionableUsers UserConnection

A list of Users that can be mentioned in the context of the repository.

mergeCommitAllowed Boolean

Whether or not PRs are merged with a merge commit on this repository.

mergeCommitMessage MergeCommitMessage

How the default commit message will be generated when merging a pull request.

mergeCommitTitle MergeCommitTitle

How the default commit title will be generated when merging a pull request.

mergeQueue MergeQueue

The merge queue for a specified branch, otherwise the default branch if not provided.

milestone Milestone

Returns a single milestone from the current repository by number.

milestones MilestoneConnection

A list of milestones associated with the repository.

mirrorUrl URI

The repository's original mirror URL.

name String

The name of the repository.

nameWithOwner String

The repository's name with owner.

object GitObject

A Git object in the repository

openGraphImageUrl URI

The image used to represent this repository in Open Graph data.

The User owner of the repository.

A list of packages under the owner.

parent Repository

The repository parent, if this is a fork.

pinnedDiscussions PinnedDiscussionConnection

A list of discussions that have been pinned in this repository.

pinnedIssues PinnedIssueConnection

A list of pinned issues for this repository.

primaryLanguage Language

The primary language of the repository's code.

project Project

Find project by number.

projectV2 ProjectV2

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

A list of projects under the owner.

projectsResourcePath URI

The HTTP path listing the repository's projects

projectsUrl URI

The HTTP URL listing the repository's projects

projectsV2 ProjectV2Connection

List of projects linked to this repository.

pullRequest PullRequest

Returns a single pull request from the current repository by number.

pullRequestTemplates PullRequestTemplate []

Returns a list of pull request templates associated to the repository

pullRequests PullRequestConnection

A list of pull requests that have been opened in the repository.

pushedAt DateTime

Identifies the date and time when the repository was last pushed to.

rebaseMergeAllowed Boolean

Whether or not rebase-merging is enabled on this repository.

recentProjects ProjectV2Connection

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

ref Ref

Fetch a given ref from the repository

Fetch a list of refs from the repository

release Release

Lookup a single release given various criteria.

List of releases which are dependent on this repository.

repositoryTopics RepositoryTopicConnection

A list of applied repository-topic associations for this repository.

resourcePath URI

The HTTP path for this repository

Returns a single ruleset from the current repository by ID.

A list of rulesets for this repository.

securityPolicyUrl URI

The security policy URL.

shortDescriptionHTML HTML

A description of the repository, rendered to HTML without any links in it.

squashMergeAllowed Boolean

Whether or not squash-merging is enabled on this repository.

squashMergeCommitMessage SquashMergeCommitMessage

How the default commit message will be generated when squash merging a pull request.

squashMergeCommitTitle SquashMergeCommitTitle

How the default commit title will be generated when squash merging a pull request.

squashPrTitleUsedAsDefault Boolean

Whether a squash merge commit can use the pull request title as default.

Deprecated: `squashPrTitleUsedAsDefault` will be removed. Use `Repository.squashMergeCommitTitle` instead. Removal on 2023-04-01 UTC.
sshUrl GitSSHRemote

The SSH URL to clone this repository

stargazerCount Int

Returns a count of how many stargazers there are on this object

stargazers StargazerConnection

A list of users who have starred this starrable.

submodules SubmoduleConnection

Returns a list of all submodules in this repository parsed from the
.gitmodules file as of the default branch's HEAD commit.

tempCloneToken String

Temporary authentication token for cloning this repository.

templateRepository Repository

The repository from which this repository was generated, if any.

updatedAt DateTime

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

url URI

The HTTP URL for this repository

usesCustomOpenGraphImage Boolean

Whether this repository has a custom image to use with Open Graph as opposed to being represented by the owner's avatar.

viewerCanAdminister Boolean

Indicates whether the viewer has admin permissions on this repository.

viewerCanCreateProjects Boolean

Can the current viewer create new projects on this owner.

viewerCanSubscribe Boolean

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

viewerCanUpdateTopics Boolean

Indicates whether the viewer can update the topics of this repository.

viewerDefaultCommitEmail String

The last commit email for the viewer.

viewerDefaultMergeMethod PullRequestMergeMethod

The last used merge method by the viewer or the default for the repository.

viewerHasStarred Boolean

Returns a boolean indicating whether the viewing user has starred this starrable.

viewerPermission RepositoryPermission

The users permission level on the repository. Will return null if authenticated as an GitHub App.

viewerPossibleCommitEmails String []

A list of emails this viewer can commit with.

viewerSubscription SubscriptionState

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

Indicates the repository's visibility level.

vulnerabilityAlert RepositoryVulnerabilityAlert

Returns a single vulnerability alert from the current repository by number.

A list of vulnerability alerts that are on this repository.

watchers UserConnection

A list of users watching the repository.

webCommitSignoffRequired Boolean

Whether contributors are required to sign off on web-based commits in this repository.

API:
Github GraphQL API

Find Repository.

repositoryDiscussionComments DiscussionCommentConnection

DiscussionCommentConnection [object]

The connection type for DiscussionComment.

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

Discussion comments this user has authored.

repositoryDiscussions DiscussionConnection

DiscussionConnection [object]

The connection type for Discussion.

Attributes
edges DiscussionEdge []

A list of edges.

nodes Discussion []

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

Discussions this user has started.

repositoryMigrations RepositoryMigrationConnection

RepositoryMigrationConnection [object]

A list of migrations.

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 all repository migrations for this organization.

requiresTwoFactorAuthentication Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

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

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 organization.

ruleset RepositoryRuleset

RepositoryRuleset [object]

A repository ruleset.

Implements
Node
Attributes

The actors that can bypass this ruleset

The set of conditions that must evaluate to true for this ruleset to apply

createdAt DateTime

Identifies the date and time when the object was created.

databaseId Int

Identifies the primary key from the database.

enforcement RuleEnforcement

The enforcement level of this ruleset

id ID

The Node ID of the RepositoryRuleset object

name String

Name of the ruleset.

List of rules.

source RuleSource

Source of ruleset.

Target of the ruleset.

updatedAt DateTime

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

API:
Github GraphQL API

Returns a single ruleset from the current organization by ID.

rulesets RepositoryRulesetConnection

RepositoryRulesetConnection [object]

The connection type for RepositoryRuleset.

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 rulesets for this organization.

samlIdentityProvider OrganizationIdentityProvider

OrganizationIdentityProvider [object]

An Identity Provider configured to provision SAML and SCIM identities for
Organizations. 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.

Implements
Node
Attributes
digestMethod URI

The digest algorithm used to sign SAML requests for the Identity Provider.

externalIdentities ExternalIdentityConnection

External Identities provisioned by this Identity Provider

id ID

The Node ID of the OrganizationIdentityProvider object

idpCertificate X509Certificate

The x509 certificate used by the Identity Provider to sign assertions and responses.

issuer String

The Issuer Entity ID for the SAML Identity Provider

organization Organization

Organization this Identity Provider belongs to

signatureMethod URI

The signature algorithm used to sign SAML requests for the Identity Provider.

ssoUrl URI

The URL endpoint for the Identity Provider's SAML SSO.

API:
Github GraphQL API

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

SponsorConnection [object]

A list of users and organizations sponsoring someone via GitHub Sponsors.

Attributes
edges SponsorEdge []

A list of edges.

nodes Sponsor []

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 users and organizations this entity is sponsoring.

sponsors SponsorConnection

SponsorConnection [object]

A list of users and organizations sponsoring someone via GitHub Sponsors.

Attributes
edges SponsorEdge []

A list of edges.

nodes Sponsor []

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 sponsors for this user or organization.

sponsorsActivities SponsorsActivityConnection

SponsorsActivityConnection [object]

The connection type for SponsorsActivity.

Attributes

A list of edges.

nodes SponsorsActivity []

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

Events involving this sponsorable, such as new sponsorships.

sponsorsListing SponsorsListing

SponsorsListing [object]

A GitHub Sponsors listing.

Implements
Node
Attributes
activeGoal SponsorsGoal

The current goal the maintainer is trying to reach with GitHub Sponsors, if any.

activeStripeConnectAccount StripeConnectAccount

The Stripe Connect account currently in use for payouts for this Sponsors
listing, if any. Will only return a value when queried by the maintainer
themselves, or by an admin of the sponsorable organization.

billingCountryOrRegion String

The name of the country or region with the maintainer's bank account or fiscal
host. Will only return a value when queried by the maintainer themselves, or
by an admin of the sponsorable organization.

contactEmailAddress String

The email address used by GitHub to contact the sponsorable about their GitHub
Sponsors profile. Will only return a value when queried by the maintainer
themselves, or by an admin of the sponsorable organization.

createdAt DateTime

Identifies the date and time when the object was created.

dashboardResourcePath URI

The HTTP path for the Sponsors dashboard for this Sponsors listing.

dashboardUrl URI

The HTTP URL for the Sponsors dashboard for this Sponsors listing.

featuredItems SponsorsListingFeaturedItem []

The records featured on the GitHub Sponsors profile.

fiscalHost Organization

The fiscal host used for payments, if any. Will only return a value when
queried by the maintainer themselves, or by an admin of the sponsorable organization.

fullDescription String

The full description of the listing.

fullDescriptionHTML HTML

The full description of the listing rendered to HTML.

id ID

The Node ID of the SponsorsListing object

isPublic Boolean

Whether this listing is publicly visible.

name String

The listing's full name.

nextPayoutDate Date

A future date on which this listing is eligible to receive a payout.

residenceCountryOrRegion String

The name of the country or region where the maintainer resides. Will only
return a value when queried by the maintainer themselves, or by an admin of
the sponsorable organization.

resourcePath URI

The HTTP path for this Sponsors listing.

shortDescription String

The short description of the listing.

slug String

The short name of the listing.

sponsorable Sponsorable

The entity this listing represents who can be sponsored on GitHub Sponsors.

The tiers for this GitHub Sponsors profile.

url URI

The HTTP URL for this Sponsors listing.

API:
Github GraphQL API

The GitHub Sponsors listing for this user or organization.

sponsorshipForViewerAsSponsor Sponsorship

Sponsorship [object]

A sponsorship relationship between a sponsor and a maintainer

Implements
Node
Attributes
createdAt DateTime

Identifies the date and time when the object was created.

id ID

The Node ID of the Sponsorship object

isActive Boolean

Whether the sponsorship is active. False implies the sponsor is a past sponsor
of the maintainer, while true implies they are a current sponsor.

isOneTimePayment Boolean

Whether this sponsorship represents a one-time payment versus a recurring sponsorship.

isSponsorOptedIntoEmail Boolean

Whether the sponsor has chosen to receive sponsorship update emails sent from
the sponsorable. Only returns a non-null value when the viewer has permission to know this.

maintainer User

The entity that is being sponsored

Deprecated: `Sponsorship.maintainer` will be removed. Use `Sponsorship.sponsorable` instead. Removal on 2020-04-01 UTC.
paymentSource SponsorshipPaymentSource

The platform that was most recently used to pay for the sponsorship.

privacyLevel SponsorshipPrivacy

The privacy level for this sponsorship.

sponsor User

The user that is sponsoring. Returns null if the sponsorship is private or if sponsor is not a user.

Deprecated: `Sponsorship.sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead. Removal on 2020-10-01 UTC.
sponsorEntity Sponsor

The user or organization that is sponsoring, if you have permission to view them.

sponsorable Sponsorable

The entity that is being sponsored

The associated sponsorship tier

tierSelectedAt DateTime

Identifies the date and time when the current tier was chosen for this sponsorship.

API:
Github GraphQL API

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

sponsorshipForViewerAsSponsorable Sponsorship

Sponsorship [object]

A sponsorship relationship between a sponsor and a maintainer

Implements
Node
Attributes
createdAt DateTime

Identifies the date and time when the object was created.

id ID

The Node ID of the Sponsorship object

isActive Boolean

Whether the sponsorship is active. False implies the sponsor is a past sponsor
of the maintainer, while true implies they are a current sponsor.

isOneTimePayment Boolean

Whether this sponsorship represents a one-time payment versus a recurring sponsorship.

isSponsorOptedIntoEmail Boolean

Whether the sponsor has chosen to receive sponsorship update emails sent from
the sponsorable. Only returns a non-null value when the viewer has permission to know this.

maintainer User

The entity that is being sponsored

Deprecated: `Sponsorship.maintainer` will be removed. Use `Sponsorship.sponsorable` instead. Removal on 2020-04-01 UTC.
paymentSource SponsorshipPaymentSource

The platform that was most recently used to pay for the sponsorship.

privacyLevel SponsorshipPrivacy

The privacy level for this sponsorship.

sponsor User

The user that is sponsoring. Returns null if the sponsorship is private or if sponsor is not a user.

Deprecated: `Sponsorship.sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead. Removal on 2020-10-01 UTC.
sponsorEntity Sponsor

The user or organization that is sponsoring, if you have permission to view them.

sponsorable Sponsorable

The entity that is being sponsored

The associated sponsorship tier

tierSelectedAt DateTime

Identifies the date and time when the current tier was chosen for this sponsorship.

API:
Github GraphQL API

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

sponsorshipNewsletters SponsorshipNewsletterConnection

SponsorshipNewsletterConnection [object]

The connection type for SponsorshipNewsletter.

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

List of sponsorship updates sent from this sponsorable to sponsors.

sponsorshipsAsMaintainer SponsorshipConnection

SponsorshipConnection [object]

A list of sponsorships either from the subject or received by the subject.

Attributes
edges SponsorshipEdge []

A list of edges.

nodes Sponsorship []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

totalRecurringMonthlyPriceInCents Int

The total amount in cents of all recurring sponsorships in the connection
whose amount you can view. Does not include one-time sponsorships.

totalRecurringMonthlyPriceInDollars Int

The total amount in USD of all recurring sponsorships in the connection whose
amount you can view. Does not include one-time sponsorships.

API:
Github GraphQL API

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

sponsorshipsAsSponsor SponsorshipConnection

SponsorshipConnection [object]

A list of sponsorships either from the subject or received by the subject.

Attributes
edges SponsorshipEdge []

A list of edges.

nodes Sponsorship []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

totalRecurringMonthlyPriceInCents Int

The total amount in cents of all recurring sponsorships in the connection
whose amount you can view. Does not include one-time sponsorships.

totalRecurringMonthlyPriceInDollars Int

The total amount in USD of all recurring sponsorships in the connection whose
amount you can view. Does not include one-time sponsorships.

API:
Github GraphQL API

The sponsorships where this user or organization is the funder.

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

Find an organization's team by its slug.

teams 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 in this organization.

teamsResourcePath URI

URI [scalar]

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

API:
Github GraphQL API

The HTTP path listing organization'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 listing organization's teams

totalSponsorshipAmountAsSponsorInCents 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

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

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 organization's Twitter username.

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 organization.

viewerCanAdminister Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Organization is adminable by the viewer.

viewerCanChangePinnedItems Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Can the viewer pin repositories and gists to the profile?

viewerCanCreateProjects Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Can the current viewer create new projects on this owner.

viewerCanCreateRepositories Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Viewer can create repositories on this organization

viewerCanCreateTeams Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Viewer can create teams on this organization.

viewerCanSponsor Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

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

viewerIsAMember Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Viewer is an active member of this organization.

viewerIsFollowing Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Whether or not this Organization is followed by the viewer.

viewerIsSponsoring Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

True if the viewer is sponsoring this user/organization.

webCommitSignoffRequired Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

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

websiteUrl URI

URI [scalar]

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

API:
Github GraphQL API

The organization's public profile URL.

API:
Github GraphQL API