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