1

I would like to use TypeGraphQL with Apollo local state in browser.

How can I use TypeGraphQL to generate typedefs and resolvers for Apollo local state in browser?

I saw the browser shim but the purpose seems to ignore TypeGraphQL decorators in shared files between client and server (e.g. entities/models).

geeko
  • 2,649
  • 4
  • 32
  • 59

1 Answers1

0

Have you tried checking for examples on the TypeGraphQL repository?

https://github.com/MichalLytek/type-graphql/tree/master/examples/apollo-client

Michał Lytek
  • 10,577
  • 3
  • 16
  • 24