Queries
codeOfConduct
Look up a code of conduct by its key.
タイプ: CodeOfConduct
codeOfConduct の引数
| 名前 | 説明 |
|---|---|
| The code of conduct's key. |
codesOfConduct
Look up a code of conduct by its key.
タイプ: [CodeOfConduct]
meta
Return information about the GitHub instance.
タイプ: GitHubMetadata!
node
Fetches an object given its ID.
タイプ: Node
node の引数
| 名前 | 説明 |
|---|---|
| ID of the object. |
nodes
Lookup nodes by a list of IDs.
タイプ: [Node]!
nodes の引数
| 名前 | 説明 |
|---|---|
| The list of node IDs. |
rateLimit
The client's rate limit information.
タイプ: RateLimit
rateLimit の引数
| 名前 | 説明 |
|---|---|
| If true, calculate the cost for the query without evaluating it. The default value is |
resource
Lookup resource by a URL.
resource の引数
| 名前 | 説明 |
|---|---|
| The URL. |
Objects
CodeOfConduct
The Code of Conduct for a repository.
CodeOfConduct 実装
CodeOfConduct のフィールド
| 名前 | 説明 |
|---|---|
| The body of the Code of Conduct. |
| The Node ID of the CodeOfConduct object. |
| The key for the Code of Conduct. |
|