Consumer API · type
Rule
Generated schema definition for Rule.
Definition
graphql
type Rule {clientId: Stringconstraints: String!createdAt: Date!createdByAwaken: Boolean!exampleTxnHash: String!id: ID!label: String!provider: String!transactions: [Transaction!]txnCount: Inttype: String!updatedAt: Date!}