クエリについて
すべてのGraphQLスキーマは、クエリとミューテーションの両方についてルート型を持っています。 クエリ型は、サーバーからデータを取り出すGraphQLの操作を定義します。
詳しい情報については「クエリについて」を参照してください。
注釈: For user-to-server GitHub Appリクエストの場合は、Issueとプルリクエストに別々のクエリを使用する必要があります。 たとえば、is:issue
またはis:pull-request
フィルタと、それと同等のフィルタを使用します。 search
接続を使用してIssueとプルリクエストの組み合わせを1つのクエリで返すと、ノードのセットが空になります。
コネクション
引数
名前 | 説明 |
---|---|
|
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. |
引数
名前 | 説明 |
---|---|
|
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. |
引数
名前 | 説明 |
---|---|
|
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. |
securityVulnerabilities
種類: SecurityVulnerabilityConnection!
Software Vulnerabilities documented by GitHub Security Advisories.
引数
名前 | 説明 |
---|---|
|
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. |
引数
名前 | 説明 |
---|---|
|
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 code of conduct's key. |
引数
名前 | 説明 |
---|---|
|
The enterprise invitation token. |
|
The enterprise URL slug. |
引数
名前 | 説明 |
---|---|
|
The license's downcased SPDX ID. |
引数
名前 | 説明 |
---|---|
|
The organization's login. |
引数
名前 | 説明 |
---|---|
|
If true, calculate the cost for the query without evaluating it. The default value is |
relay
種類: Query!
Hack to workaround https://github.com/facebook/relay/issues/112 re-exposing the root query object.
引数
名前 | 説明 |
---|
引数
名前 | 説明 |
---|---|
|
The name of the repository. |
|
The login field of a user or organization. |
repositoryOwner
種類: RepositoryOwner
Lookup a repository owner (ie. either a User or an Organization) by login.
引数
名前 | 説明 |
---|---|
|
The username to lookup the owner by. |
引数
名前 | 説明 |
---|---|
|
GitHub Security Advisory ID. |