Skip to main content

Enterprise Server 3.21 is currently available as a release candidate.

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

Objects

DeployKey

Object

A repository deploy key.

DeployKey Implements

Fields for DeployKey

NameDescription

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.

Fields for DeployKeyConnection

NameDescription

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.

Fields for DeployKeyEdge

NameDescription

cursor (String!)

A cursor for use in pagination.

node (DeployKey)

The item at the end of the edge.