Queries
codeOfConduct
Query
Look up a code of conduct by its key.
Type: CodeOfConduct
Arguments for codeOfConduct
| Name | Description |
|---|---|
| The code of conduct's key. |
codesOfConduct
Query
Look up a code of conduct by its key.
Type: [CodeOfConduct]
meta
Query
Return information about the GitHub instance.
Type: GitHubMetadata!
node
Query
Fetches an object given its ID.
Type: Node
Arguments for node
| Name | Description |
|---|---|
| ID of the object. |
nodes
Query
Lookup nodes by a list of IDs.
Type: [Node]!
Arguments for nodes
| Name | Description |
|---|---|
| The list of node IDs. |
rateLimit
Query
The client's rate limit information.
Type: RateLimit
Arguments for rateLimit
| Name | Description |
|---|---|
| If true, calculate the cost for the query without evaluating it. The default value is |
resource
Query
Lookup resource by a URL.
Type: UniformResourceLocatable
Arguments for resource
| Name | Description |
|---|---|
| The URL. |