Сведения о запросах
Каждая схема GraphQL имеет корневой тип как для запросов, так и для изменений. Тип запроса определяет операции GraphQL, которые извлекают данные с сервера.
Дополнительные сведения см. в разделе Формирование вызовов с помощью GraphQL.
Примечание: Для запросов GitHub App, выполненных с маркерами доступа пользователей, следует использовать отдельные запросы для проблем и запросов на вытягивание. Например, используйте фильтры is:issue
или is:pull-request
и их эквиваленты. Использование соединения search
для возврата сочетания проблем и запросов на вытягивание в одном запросе приведет к пустому набору узлов.
codeOfConduct
Look up a code of conduct by its key.
Тип: CodeOfConduct
Аргументы для codeOfConduct
Имя | Описание |
---|---|
| The code of conduct's key. |
organization
Lookup a organization by login.
Тип: Organization
Аргументы для organization
Имя | Описание |
---|---|
| The organization's login. |
organizations
A list of organizations.
Аргументы для organizations
Имя | Описание |
---|---|
| Returns the elements in the list that come after the specified cursor. |
| Returns the elements in the list that come before the specified cursor. |
| Returns the first n elements from the list. |
| Returns the last n elements from the list. |
relay
Hack to workaround https://github.com/facebook/relay/issues/112 re-exposing the root query object.
Тип: Query!
repositoryOwner
Lookup a repository owner (ie. either a User or an Organization) by login.
Тип: RepositoryOwner
Аргументы для repositoryOwner
Имя | Описание |
---|---|
| The username to lookup the owner by. |
search
Perform a search across resources.
Аргументы для search
Имя | Описание |
---|---|
| Returns the elements in the list that come after the specified cursor. |
| Returns the elements in the list that come before the specified cursor. |
| Returns the first n elements from the list. |
| Returns the last n elements from the list. |
| The search string to look for. |
| The types of search items to search within. |
securityAdvisories
GitHub Security Advisories.
Аргументы для securityAdvisories
Имя | Описание |
---|---|
| Returns the elements in the list that come after the specified cursor. |
| Returns the elements in the list that come before the specified cursor. |
| Returns the first n elements from the list. |
| Returns the last n elements from the list. |
| Filter advisories to those published since a time in the past. |
| Filter advisories to those updated since a time in the past. |
securityAdvisory
Fetch a Security Advisory by its GHSA ID.
Тип: SecurityAdvisory
Аргументы для securityAdvisory
Имя | Описание |
---|---|
| GitHub Security Advisory ID. |
securityVulnerabilities
Software Vulnerabilities documented by GitHub Security Advisories.
Аргументы для securityVulnerabilities
Имя | Описание |
---|---|
| Returns the elements in the list that come after the specified cursor. |
| Returns the elements in the list that come before the specified cursor. |
| An ecosystem to filter vulnerabilities by. |
| Returns the first n elements from the list. |
| Returns the last n elements from the list. |
| A package name to filter vulnerabilities by. |
| A list of severities to filter vulnerabilities by. |
users
A list of users.
Тип: UserConnection!
Аргументы для users
Имя | Описание |
---|---|
| Returns the elements in the list that come after the specified cursor. |
| Returns the elements in the list that come before the specified cursor. |
| Returns the first n elements from the list. |
| Returns the last n elements from the list. |