Skip to main content

Reference documentation for GraphQL schema types in the Deploy keys category.

Objects

DeployKey

Object

A repository deploy key.

DeployKey Wird implementiert

Felder für DeployKey

NameBESCHREIBUNG

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.

Felder für DeployKeyConnection

NameBESCHREIBUNG

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.

Felder für DeployKeyEdge

NameBESCHREIBUNG

cursor (String!)

A cursor for use in pagination.

node (DeployKey)

The item at the end of the edge.