Replies: 1 comment
-
Have you looked at NestJS + GraphQL or TypeGraphQL? They have clean, modular patterns. We have a TypeScript-based Apollo Server implementation with a custom architecture that has fairly good separation of concerns, but is definitely not as modular as either of those libraries. Our high-level class structure is:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am starting in GraphQL with Apollo.
I want to develop Apollo Server with typescript and needed some example. I also needed an example of how to put schemas and resolvers together and make the server modular.
I checked the documentation and it is possible to use graphql-tools, natively also the apollo federation. But I still needed an example to be able to create a design pattern for the project.
Beta Was this translation helpful? Give feedback.
All reactions