Consumer API · type

Rule

Generated schema definition for Rule.

Definition

graphql
type Rule {
clientId: String
constraints: String!
createdAt: Date!
createdByAwaken: Boolean!
exampleTxnHash: String!
id: ID!
label: String!
provider: String!
transactions: [Transaction!]
txnCount: Int
type: String!
updatedAt: Date!
}