certificates
Returns a paginated list of all certificates, sorted by fingerprint in ascending order. Defaults to the first 10 certificates if no pagination arguments are provided.
certificates(
after: String
before: String
first: Int
last: Int
): CertificateConnection
Arguments
certificates.after ● String scalar
Returns elements after this cursor. Omit to start from the beginning.
certificates.before ● String scalar
Returns elements before this cursor. Omit to start from the end.
certificates.first ● Int scalar
Maximum number of results to return (1–100). Defaults to 10.
certificates.last ● Int scalar
Number of results from the end (1–100). Used with before for backward pagination.
Type
CertificateConnection object
A page of certificate results