Skip to main content

배포 키 범주의 GraphQL 스키마 유형에 대한 참조 설명서입니다.

Objects

DeployKey

Object

A repository deploy key.

DeployKey 구현

DeployKey에 대한 필드

이름설명

createdAt (DateTime!)

Identifies the date and time when the object was created.

enabled (Boolean!)

Whether or not the deploy key is enabled by policy at the Enterprise or Organization level.

id (ID!)

The Node ID of the DeployKey object.

key (String!)

The deploy key.

readOnly (Boolean!)

Whether or not the deploy key is read only.

title (String!)

The deploy key title.

verified (Boolean!)

Whether or not the deploy key has been verified.

DeployKeyConnection

Object

The connection type for DeployKey.

DeployKeyConnection에 대한 필드

이름설명

edges ([DeployKeyEdge])

A list of edges.

nodes ([DeployKey])

A list of nodes.

pageInfo (PageInfo!)

Information to aid in pagination.

totalCount (Int!)

Identifies the total count of items in the connection.

DeployKeyEdge

Object

An edge in a connection.

DeployKeyEdge에 대한 필드

이름설명

cursor (String!)

A cursor for use in pagination.

node (DeployKey)

The item at the end of the edge.