Skip to main content

CertificateConnectionWithAggregates

No description

type CertificateConnectionWithAggregates {
pageInfo: PageInfo!
totalCount: Int!
nodes: [Certificate!]
edges: [CertificateEdge!]
aggregates(
buckets: [BucketInput!]
): [AggregateResult!]!
}

Fields

CertificateConnectionWithAggregates.pageInfo ● PageInfo! non-null object

CertificateConnectionWithAggregates.totalCount ● Int! non-null scalar

CertificateConnectionWithAggregates.nodes ● [Certificate!] list object

CertificateConnectionWithAggregates.edges ● [CertificateEdge!] list object

CertificateConnectionWithAggregates.aggregates ● [AggregateResult!]! non-null object

CertificateConnectionWithAggregates.aggregates.buckets ● [BucketInput!] list input

Returned By

searchCertificatesWithAggregates query