Github API - Test Config

query codeOfConduct

Look up a code of conduct by its key

Arguments
key String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

The code of conduct's key

Returns
CodeOfConduct

CodeOfConduct [object]

The Code of Conduct for a repository

Implements
Node
Attributes
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 String

The formal name of the Code of Conduct

resourcePath URI

The HTTP path for this Code of Conduct

url URI

The HTTP URL for this Code of Conduct

API:
Github GraphQL API
API:
Github GraphQL API