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