\n\n\nassignableUsers (UserConnection!)
| \nA list of users that can be assigned to issues in this repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n query (String)
\n Filters users with query on user name and login. \n\n \n\n \n\n\n | \n
\n\n\nbranchProtectionRules (BranchProtectionRuleConnection!)
| \nA list of branch protection rules for this repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n\n\n | \n
\n\n\ncodeOfConduct (CodeOfConduct)
| \nReturns the code of conduct for this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\ncollaborators (RepositoryCollaboratorConnection)
| \nA list of collaborators associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n query (String)
\n Filters users with query on user name and login. \n\n \n\n \n\n\n | \n
\n\n\ncommitComments (CommitCommentConnection!)
| \nA list of commit comments associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n\n\n | \n
\n\n\ncontactLinks ([RepositoryContactLink!])
| \nReturns a list of contact links associated to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\ncreatedAt (DateTime!)
| \nIdentifies the date and time when the object was created. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\ndatabaseId (Int)
| \nIdentifies the primary key from the database. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\ndefaultBranchRef (Ref)
| \nThe Ref associated with the repository's default branch. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\ndeleteBranchOnMerge (Boolean!)
| \nWhether or not branches are automatically deleted when merged in this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\ndependencyGraphManifests (DependencyGraphManifestConnection)
| \nA list of dependency manifests contained in the repository. \n\n\n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n dependenciesAfter (String)
\n Cursor to paginate dependencies. \n\n \n\n \n dependenciesFirst (Int)
\n Number of dependencies to fetch. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n withDependencies (Boolean)
\n Flag to scope to only manifests with dependencies. \n\n \n\n \n\n\n | \n
\n\n\ndeployKeys (DeployKeyConnection!)
| \nA list of deploy keys that are on this repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n\n\n | \n
\n\n\ndeployments (DeploymentConnection!)
| \nDeployments associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n environments ([String!])
\n Environments to list deployments for. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n orderBy (DeploymentOrder)
\n Ordering options for deployments returned from the connection. \n\n \n\n \n\n\n | \n
\n\n\ndescription (String)
| \nThe description of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\ndescriptionHTML (HTML!)
| \nThe description of the repository rendered to HTML. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\ndiscussion (Discussion)
| \nReturns a single discussion from the current repository by number. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n number (Int!)
\n The number for the discussion to be returned. \n\n \n\n \n\n\n | \n
\n\n\ndiscussionCategories (DiscussionCategoryConnection!)
| \nA list of discussion categories that are available in the repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n\n\n | \n
\n\n\ndiscussions (DiscussionConnection!)
| \nA list of discussions that have been opened in the repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n categoryId (ID)
\n Only include discussions that belong to the category with this ID. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n orderBy (DiscussionOrder)
\n Ordering options for discussions returned from the connection. \n\n \n\n \n\n\n | \n
\n\n\ndiskUsage (Int)
| \nThe number of kilobytes this repository occupies on disk. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nenvironment (Environment)
| \nReturns a single active environment from the current repository by name. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n name (String!)
\n The name of the environment to be returned. \n\n \n\n \n\n\n | \n
\n\n\nenvironments (EnvironmentConnection!)
| \nA list of environments that are in this repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n\n\n | \n
\n\n\nforkCount (Int!)
| \nReturns how many forks there are of this repository in the whole network. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nforks (RepositoryConnection!)
| \nA list of direct forked repositories. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n affiliations ([RepositoryAffiliation])
\n Array of viewer's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\ncurrent viewer owns. \n\n \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n isLocked (Boolean)
\n If non-null, filters repositories according to whether they have been locked. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n orderBy (RepositoryOrder)
\n Ordering options for repositories returned from the connection. \n\n \n\n \n ownerAffiliations ([RepositoryAffiliation])
\n Array of owner's affiliation options for repositories returned from the\nconnection. For example, OWNER will include only repositories that the\norganization or user being viewed owns. \n\n \n\n \n privacy (RepositoryPrivacy)
\n If non-null, filters repositories according to privacy. \n\n \n\n \n\n\n | \n
\n\n\nfundingLinks ([FundingLink!]!)
| \nThe funding links for this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nhasIssuesEnabled (Boolean!)
| \nIndicates if the repository has issues feature enabled. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nhasProjectsEnabled (Boolean!)
| \nIndicates if the repository has the Projects feature enabled. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nhasWikiEnabled (Boolean!)
| \nIndicates if the repository has wiki feature enabled. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nhomepageUrl (URI)
| \nThe repository's URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\ninteractionAbility (RepositoryInteractionAbility)
| \nThe interaction ability settings for this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nisArchived (Boolean!)
| \nIndicates if the repository is unmaintained. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nisBlankIssuesEnabled (Boolean!)
| \nReturns true if blank issue creation is allowed. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nisDisabled (Boolean!)
| \nReturns whether or not this repository disabled. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nisEmpty (Boolean!)
| \nReturns whether or not this repository is empty. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nisFork (Boolean!)
| \nIdentifies if the repository is a fork. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nisInOrganization (Boolean!)
| \nIndicates if a repository is either owned by an organization, or is a private fork of an organization repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nisLocked (Boolean!)
| \nIndicates if the repository has been locked or not. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nisMirror (Boolean!)
| \nIdentifies if the repository is a mirror. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nisPrivate (Boolean!)
| \nIdentifies if the repository is private or internal. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nisSecurityPolicyEnabled (Boolean)
| \nReturns true if this repository has a security policy. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nisTemplate (Boolean!)
| \nIdentifies if the repository is a template that can be used to generate new repositories. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nisUserConfigurationRepository (Boolean!)
| \nIs this repository a user configuration repository?. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nissue (Issue)
| \nReturns a single issue from the current repository by number. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n number (Int!)
\n The number for the issue to be returned. \n\n \n\n \n\n\n | \n
\n\n\nissueOrPullRequest (IssueOrPullRequest)
| \nReturns a single issue-like object from the current repository by number. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n number (Int!)
\n The number for the issue to be returned. \n\n \n\n \n\n\n | \n
\n\n\nissueTemplates ([IssueTemplate!])
| \nReturns a list of issue templates associated to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nissues (IssueConnection!)
| \nA list of issues that have been opened in the repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n filterBy (IssueFilters)
\n Filtering options for issues returned from the connection. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n labels ([String!])
\n A list of label names to filter the pull requests by. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n orderBy (IssueOrder)
\n Ordering options for issues returned from the connection. \n\n \n\n \n states ([IssueState!])
\n A list of states to filter the issues by. \n\n \n\n \n\n\n | \n
\n\n\nlabel (Label)
| \nReturns a single label by name. \n\n\n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nlabels (LabelConnection)
| \nA list of labels associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n orderBy (LabelOrder)
\n Ordering options for labels returned from the connection. \n\n \n\n \n query (String)
\n If provided, searches labels by name and description. \n\n \n\n \n\n\n | \n
\n\n\nlanguages (LanguageConnection)
| \nA list containing a breakdown of the language composition of the repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n\n \n\n\n | \n
\n\n\nlatestRelease (Release)
| \nGet the latest release for the repository if one exists. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nlicenseInfo (License)
| \nThe license associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nlockReason (RepositoryLockReason)
| \nThe reason the repository has been locked. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nmentionableUsers (UserConnection!)
| \nA list of Users that can be mentioned in the context of the repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n query (String)
\n Filters users with query on user name and login. \n\n \n\n \n\n\n | \n
\n\n\nmergeCommitAllowed (Boolean!)
| \nWhether or not PRs are merged with a merge commit on this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nmilestone (Milestone)
| \nReturns a single milestone from the current repository by number. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n number (Int!)
\n The number for the milestone to be returned. \n\n \n\n \n\n\n | \n
\n\n\nmilestones (MilestoneConnection)
| \nA list of milestones associated with the repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n\n \n query (String)
\n Filters milestones with a query on the title. \n\n \n\n \n\n \n\n\n | \n
\n\n\nmirrorUrl (URI)
| \nThe repository's original mirror URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nname (String!)
| \nThe name of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nnameWithOwner (String!)
| \nThe repository's name with owner. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nobject (GitObject)
| \nA Git object in the repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n expression (String)
\n A Git revision expression suitable for rev-parse. \n\n \n\n \n\n \n\n\n | \n
\n\n\nopenGraphImageUrl (URI!)
| \nThe image used to represent this repository in Open Graph data. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nowner (RepositoryOwner!)
| \nThe User owner of the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\npackages (PackageConnection!)
| \nA list of packages under the owner. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n names ([String])
\n Find packages by their names. \n\n \n\n \n orderBy (PackageOrder)
\n Ordering of the returned packages. \n\n \n\n \n packageType (PackageType)
\n Filter registry package by type. \n\n \n\n \n repositoryId (ID)
\n Find packages in a repository by ID. \n\n \n\n \n\n\n | \n
\n\n\nparent (Repository)
| \nThe repository parent, if this is a fork. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\npinnedDiscussions (PinnedDiscussionConnection!)
| \nA list of discussions that have been pinned in this repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n\n\n | \n
\n\n\npinnedIssues (PinnedIssueConnection)
| \nA list of pinned issues for this repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n\n\n | \n
\n\n\nprimaryLanguage (Language)
| \nThe primary language of the repository's code. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nproject (Project)
| \nFind project by number. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n number (Int!)
\n The project number to find. \n\n \n\n \n\n\n | \n
\n\n\nprojects (ProjectConnection!)
| \nA list of projects under the owner. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n orderBy (ProjectOrder)
\n Ordering options for projects returned from the connection. \n\n \n\n \n search (String)
\n Query to search projects by, currently only searching by name. \n\n \n\n \n states ([ProjectState!])
\n A list of states to filter the projects by. \n\n \n\n \n\n\n | \n
\n\n\nprojectsResourcePath (URI!)
| \nThe HTTP path listing the repository's projects. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nprojectsUrl (URI!)
| \nThe HTTP URL listing the repository's projects. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\npullRequest (PullRequest)
| \nReturns a single pull request from the current repository by number. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n number (Int!)
\n The number for the pull request to be returned. \n\n \n\n \n\n\n | \n
\n\n\npullRequestTemplates ([PullRequestTemplate!])
| \nReturns a list of pull request templates associated to the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\npullRequests (PullRequestConnection!)
| \nA list of pull requests that have been opened in the repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n baseRefName (String)
\n The base ref name to filter the pull requests by. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n headRefName (String)
\n The head ref name to filter the pull requests by. \n\n \n\n \n labels ([String!])
\n A list of label names to filter the pull requests by. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n orderBy (IssueOrder)
\n Ordering options for pull requests returned from the connection. \n\n \n\n \n\n \n\n\n | \n
\n\n\npushedAt (DateTime)
| \nIdentifies when the repository was last pushed to. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nrebaseMergeAllowed (Boolean!)
| \nWhether or not rebase-merging is enabled on this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nref (Ref)
| \nFetch a given ref from the repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n qualifiedName (String!)
\n The ref to retrieve. Fully qualified matches are checked in order\n(refs/heads/master) before falling back onto checks for short name matches (master). \n\n \n\n \n\n\n | \n
\n\n\nrefs (RefConnection)
| \nFetch a list of refs from the repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n direction (OrderDirection)
\n DEPRECATED: use orderBy. The ordering direction. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n orderBy (RefOrder)
\n Ordering options for refs returned from the connection. \n\n \n\n \n query (String)
\n Filters refs with query on name. \n\n \n\n \n refPrefix (String!)
\n A ref name prefix like refs/heads/, refs/tags/, etc. \n\n \n\n \n\n\n | \n
\n\n\nrelease (Release)
| \nLookup a single release given various criteria. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n tagName (String!)
\n The name of the Tag the Release was created from. \n\n \n\n \n\n\n | \n
\n\n\nreleases (ReleaseConnection!)
| \nList of releases which are dependent on this repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n\n \n\n\n | \n
\n\n\nrepositoryTopics (RepositoryTopicConnection!)
| \nA list of applied repository-topic associations for this repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n\n\n | \n
\n\n\nresourcePath (URI!)
| \nThe HTTP path for this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nsecurityPolicyUrl (URI)
| \nThe security policy URL. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nshortDescriptionHTML (HTML!)
| \nA description of the repository, rendered to HTML without any links in it. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n limit (Int)
\n How many characters to return. \n The default value is 200. \n \n\n \n\n\n | \n
\n\n\nsquashMergeAllowed (Boolean!)
| \nWhether or not squash-merging is enabled on this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nsshUrl (GitSSHRemote!)
| \nThe SSH URL to clone this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nstargazerCount (Int!)
| \nReturns a count of how many stargazers there are on this object. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nstargazers (StargazerConnection!)
| \nA list of users who have starred this starrable. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n orderBy (StarOrder)
\n Order for connection. \n\n \n\n \n\n\n | \n
\n\n\nsubmodules (SubmoduleConnection!)
| \nReturns a list of all submodules in this repository parsed from the\n.gitmodules file as of the default branch's HEAD commit. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n\n\n | \n
\n\n\ntempCloneToken (String)
| \nTemporary authentication token for cloning this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\ntemplateRepository (Repository)
| \nThe repository from which this repository was generated, if any. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nupdatedAt (DateTime!)
| \nIdentifies the date and time when the object was last updated. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nurl (URI!)
| \nThe HTTP URL for this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nusesCustomOpenGraphImage (Boolean!)
| \nWhether this repository has a custom image to use with Open Graph as opposed to being represented by the owner's avatar. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nviewerCanAdminister (Boolean!)
| \nIndicates whether the viewer has admin permissions on this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nviewerCanCreateProjects (Boolean!)
| \nCan the current viewer create new projects on this owner. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nviewerCanSubscribe (Boolean!)
| \nCheck if the viewer is able to change their subscription status for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nviewerCanUpdateTopics (Boolean!)
| \nIndicates whether the viewer can update the topics of this repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nviewerDefaultCommitEmail (String)
| \nThe last commit email for the viewer. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nviewerDefaultMergeMethod (PullRequestMergeMethod!)
| \nThe last used merge method by the viewer or the default for the repository. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nviewerHasStarred (Boolean!)
| \nReturns a boolean indicating whether the viewing user has starred this starrable. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nviewerPermission (RepositoryPermission)
| \nThe users permission level on the repository. Will return null if authenticated as an GitHub App. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nviewerPossibleCommitEmails ([String!])
| \nA list of emails this viewer can commit with. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nviewerSubscription (SubscriptionState)
| \nIdentifies if the viewer is watching, not watching, or ignoring the subscribable entity. \n\n\n\n\n\n\n\n\n\n\n\n | \n
\n\n\nvulnerabilityAlerts (RepositoryVulnerabilityAlertConnection)
| \nA list of vulnerability alerts that are on this repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n\n\n | \n
\n\n\nwatchers (UserConnection!)
| \nA list of users watching the repository. \n\n\n\n\n\n\n\n\n\n\n\n Arguments \n\n \n after (String)
\n Returns the elements in the list that come after the specified cursor. \n\n \n\n \n before (String)
\n Returns the elements in the list that come before the specified cursor. \n\n \n\n \n first (Int)
\n Returns the first n elements from the list. \n\n \n\n \n last (Int)
\n Returns the last n elements from the list. \n\n \n\n \n\n\n | \n
\n\n\n