subsquid / squid-sdk

The main repo of the squid SDK
Apache License 2.0
1.23k stars 151 forks source link

Expose GraphQL types generated from the schema #177

Open dzhelezov opened 1 year ago

dzhelezov commented 1 year ago

Based on a few requests, it would be convenient to explicitly expose the GraphQL types generated from the schema (similar to TypeORM types). Otherwise, one has to manually copy them to be used in custom resolvers.