searchCertificatesWithAggregates
Search the certificate repository with aggregate bucketing support. Returns certificates along with aggregate counts grouped by specified fields. Sorted by fingerprint in ascending order. Defaults to the first 10 certificates if no pagination arguments are provided.
searchCertificatesWithAggregates(
after: String
before: String
first: Int
last: Int
filterOn: CertificateSearchFilterInput
orderBy: [CertificateOrderInput!]
): CertificateConnectionWithAggregates!
Arguments
searchCertificatesWithAggregates.after ● String scalar
Returns elements after this cursor for forward pagination.
searchCertificatesWithAggregates.before ● String scalar
Returns elements before this cursor for backward pagination.
searchCertificatesWithAggregates.first ● Int scalar
Maximum number of results to return (1–100). Defaults to 10.
searchCertificatesWithAggregates.last ● Int scalar
Number of results from the end (1–100). Used with before for backward pagination.
searchCertificatesWithAggregates.filterOn ● CertificateSearchFilterInput input
Filter criteria for the search. Supports filtering by certificate attributes such as status, issuer, validity, and tags.
searchCertificatesWithAggregates.orderBy ● [CertificateOrderInput!] list input
Ordering rules. Specify one or more fields with sort direction (ASC/DESC).