Skip to main content

Meta

Reference documentation for GraphQL schema types in the Meta category.

Queries

codeOfConduct

Query

Look up a code of conduct by its key.

Type: CodeOfConduct

Arguments for codeOfConduct

NameDescription

key (String!)

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

NameDescription

id (ID!)

ID of the object.

nodes

Query

Lookup nodes by a list of IDs.

Type: [Node]!

Arguments for nodes

NameDescription

ids ([ID!]!)

The list of node IDs.

rateLimit

Query

The client's rate limit information.

Type: RateLimit

Arguments for rateLimit

NameDescription

dryRun (Boolean)

If true, calculate the cost for the query without evaluating it.

The default value is false.

resource

Query

Lookup resource by a URL.

Type: UniformResourceLocatable

Arguments for resource

NameDescription

url (URI!)

The URL.