findContracts
Returns contracts, optionally matching the specified criteria
findContracts(
limit: PositiveInt
offset: PositiveInt
orderBy: ContractOrderBy
orderDirection: OrderDirection
where: ContractWhere
): [Contract!]!
Arguments
findContracts.limit ● PositiveInt scalar
findContracts.offset ● PositiveInt scalar
findContracts.orderBy ● ContractOrderBy enum
findContracts.orderDirection ● OrderDirection enum
findContracts.where ● ContractWhere input
Type
Contract object
Defines a contract that can be used to issue credentials