Skip to content

Commit

Permalink
fix: Set transaction as inmutable
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosvdr committed May 14, 2024
1 parent bb7de3d commit 94e246e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type Receiver @entity {
transactions: [Transaction!] @derivedFrom(field: "receiver")
}

type Transaction @entity{
type Transaction @entity(immutable: true){
id: Bytes!
transactionGroupID: Bytes!
type: String!
Expand Down

0 comments on commit 94e246e

Please sign in to comment.