framework icon indicating copy to clipboard operation
framework copied to clipboard

Use type-graphql schema for client-side deserialization

Open rpanic opened this issue 2 months ago • 0 comments

Currently, any client can't use the gql schema definitions in the api package. This is due to the dependency on koa and yoga, which don't run in-browser. Therefore we should separate the schema definition and the GraphqlServer module so that deserializing for the GraphqlTransportModules is easier and type-safe

rpanic avatar Nov 13 '25 17:11 rpanic