Skip to main content

ACMEServerConnection

AcmeServerConnection represents the response object for the search query

type ACMEServerConnection {
pageInfo: ACMEServerPageInfo
totalCount: Int
nodes: [ACMEServer!]
edges: [ACMEServerEdge!]
}

Fields

ACMEServerConnection.pageInfo ● ACMEServerPageInfo object

Information to aid in pagination.

ACMEServerConnection.totalCount ● Int scalar

Identifies the total count of objects in the connection.

ACMEServerConnection.nodes ● [ACMEServer!] list object

A list of ACMEServer nodes.

ACMEServerConnection.edges ● [ACMEServerEdge!] list object

A list of ACMEServer edges

Returned By

searchACMEServers query