searchACMEServers
Search ACME Servers with optional filtering and ordering. Returns a paginated list.
searchACMEServers(
after: String
before: String
first: Int
last: Int
filter: ACMEServerFilterInput
orderBy: ACMEServerOrderInput
): ACMEServerConnection!
Arguments
searchACMEServers.after ● String scalar
Returns elements after this cursor for forward pagination.
searchACMEServers.before ● String scalar
Returns elements before this cursor for backward pagination.
searchACMEServers.first ● Int scalar
Maximum number of results to return (forward pagination). Max: 100.
searchACMEServers.last ● Int scalar
Number of results from the end (backward pagination). Max: 100.
searchACMEServers.filter ● ACMEServerFilterInput input
Filter criteria to narrow results by ACME server attributes.
searchACMEServers.orderBy ● ACMEServerOrderInput input
Ordering rules for the results (field and direction).
Type
ACMEServerConnection object
AcmeServerConnection represents the response object for the search query