DateCount
Represents a count of items on a specific date.
type DateCount {
count: NonNegativeInt!
date: String!
}
Fields
DateCount.count ● NonNegativeInt! non-null scalar
The number of items on that date.
DateCount.date ● String! non-null scalar
The date for which the count is provided (ISO date string).
Returned By
issuanceCountByDate query ● presentationCountByDate query