Skip to main content
Skip to content

Meta

メタ カテゴリの GraphQL スキーマ型のリファレンス ドキュメント。

Queries

codeOfConduct

Query

Look up a code of conduct by its key.

タイプ: CodeOfConduct

codeOfConduct の引数

名前説明

key (String!)

The code of conduct's key.

codesOfConduct

Query

Look up a code of conduct by its key.

タイプ: [CodeOfConduct]

meta

Query

Return information about the GitHub instance.

タイプ: GitHubMetadata!

node

Query

Fetches an object given its ID.

タイプ: Node

node の引数

名前説明

id (ID!)

ID of the object.

nodes

Query

Lookup nodes by a list of IDs.

タイプ: [Node]!

nodes の引数

名前説明

ids ([ID!]!)

The list of node IDs.

rateLimit

Query

The client's rate limit information.

タイプ: RateLimit

rateLimit の引数

名前説明

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.

タイプ: UniformResourceLocatable

resource の引数

名前説明

url (URI!)

The URL.

Objects

CodeOfConduct

Object

The Code of Conduct for a repository.

CodeOfConduct 実装

CodeOfConduct のフィールド

名前説明

body (String)

The body of the Code of Conduct.

id (ID!)

The Node ID of the CodeOfConduct object.

key (String!)

The key for the Code of Conduct.

name (