Сведения о запросах
Каждая схема GraphQL имеет корневой тип как для запросов, так и для изменений. Тип запроса определяет операции GraphQL, которые извлекают данные с сервера.
Дополнительные сведения см. в разделе Формирование вызовов с помощью GraphQL.
Note
Для запросов 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.  | 
license
Look up an open source license by its key.
nodes
Lookup nodes by a list of IDs.
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.  | 
  | Ordering options for the User's organizations.  | 
rateLimit
The client's rate limit information.
relay
Workaround for re-exposing the root query object. (Refer to https://github.com/facebook/relay/issues/112 for more information.).
Тип: 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, returning a maximum of 1,000 results.
Аргументы для 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.  | 
  | A list of classifications to filter advisories by.  | 
  | 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.  | 
  | A list of advisory classifications to filter vulnerabilities by.  | 
  | 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.  | 
topic
Look up a topic by name.
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.  |