presentationCountByContract
Returns the successful presentation count, grouped by Contract, optionally matching the specified criteria.
presentationCountByContract(
limit: PositiveInt
offset: NonNegativeInt
where: PresentationWhere
): [ContractCount!]!
Arguments
presentationCountByContract.limit ● PositiveInt scalar
presentationCountByContract.offset ● NonNegativeInt scalar
presentationCountByContract.where ● PresentationWhere input
Type
ContractCount object
Represents a count of occurrences of a contract.