Skip to main content

codeSignSigningKeys

Retrieve a list of Signing Keys.

codeSignSigningKeys(
after: String
before: String
first: Int
last: Int
project: ID
): CodeSignSigningKeyConnection

Arguments

codeSignSigningKeys.after ● String scalar

Returns the Signing Keys in the list that come after the specified cursor

codeSignSigningKeys.before ● String scalar

returns the Signing Keys in the list that come before the specified cursor

codeSignSigningKeys.first ● Int scalar

returns the first _n_ Signing Keys from the list

codeSignSigningKeys.last ● Int scalar

returns the last _n_ Signing Keys from the list

codeSignSigningKeys.project ● ID scalar

If specified only return Signing Keys that belong to the specified Code Sign Project.

Type

CodeSignSigningKeyConnection object