Given a GraphQL entity like this: type Action @entity(immutable: true) { id: String! subgraphId: BigInt! block: BigInt!
Read More