ContractWhere
Defines the filter criteria used to find contracts.
input ContractWhere {
createdById: ID
createdFrom: DateTime
createdTo: DateTime
credentialTypes: [String!]
faceCheckSupport: FaceCheckPhotoSupport
isDeprecated: Boolean
isProvisioned: Boolean
isPublic: Boolean
name: String
templateId: ID
}
Fields
ContractWhere.createdById
● ID
scalar
The ID of the user (Person or Application) that created the contract.
ContractWhere.createdFrom
● DateTime
scalar
The start of the createdAt period to include.
ContractWhere.createdTo
● DateTime
scalar
The end of the createdAt period to include.
ContractWhere.credentialTypes
● [String!]
list scalar
List only the contracts which include any of these credential types.
ContractWhere.faceCheckSupport
● FaceCheckPhotoSupport
enum
The type of face check photo support.
ContractWhere.isDeprecated
● Boolean
scalar
List only the contracts whose deprecation status matches the flag.
ContractWhere.isProvisioned
● Boolean
scalar
List only contracts that are or are not provisioned in the Verified Credentials Network.
ContractWhere.isPublic
● Boolean
scalar
List only contracts that are or are not published in the Verified Credentials Network.
ContractWhere.name
● String
scalar
List only contracts matching this name.
ContractWhere.templateId
● ID
scalar
List only contracts from this template.
Member Of
findContracts
query