Skip to main content

TrustedCaCertificatesConnection

TrustedCaCertificatesConnection is used to provide pagination to trusted CA certificates

type TrustedCaCertificatesConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [TrustedCaCertificate!]
edges: [TrustedCaCertificatesEdge]
}

Fields

TrustedCaCertificatesConnection.pageInfo ● PageInfo! non-null object

PageInfo is information for pagination

TrustedCaCertificatesConnection.totalCount ● Int! non-null scalar

TotalCount of trusted CA certificates

TrustedCaCertificatesConnection.nodes ● [TrustedCaCertificate!] list object

Nodes of the trusted CA certificate connection for paginated results

TrustedCaCertificatesConnection.edges ● [TrustedCaCertificatesEdge] list object

Edges of the trusted CA certificate connection for linking

Returned By

trustedCaCertificates query