Ivan Herger
Ivan Herger
Is it possible to filter on computed fields? It seems that `nexus` / `nexus-prisma` does not generate types for computed fields, but I may be missing I have defined a...
- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) This PR adds the respective USDC_NATIVE tokens for Arbitrum, Ava, Base, Cell, Optimism and Polygon...
A type with a field `Int` is generated the same as with field `Int!`, i.e. ```graphql type Event @entity { id: ID! timestamp: Int } ``` and ```graphql type Event...
To prevent usage errors, it would be good to standardise the order of the arguments for transactions. I suggest to always use the sender address first, e.g. ```ts public deposit(from:...