Apollo Server 3 and TypeGraphql #1011
-
I am thinking of starting a new one and I have decided to use the new apollo server 3 with typegraphql, in the apollo server launch information they say that they have removed support for subscriptions, how much does this affect typegraphql and its support for subscriptions 🤔🤔🤔🤔🤔🤔🤔 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
TypeGraphQL, Nexus, Apollo Server, GraphQL Helix, GraphQL Yoga -> takes So answering your question: it completly does not affect TypeGraphQL at all. You just need to create your GraphQL server in a new way. |
Beta Was this translation helpful? Give feedback.
TypeGraphQL, Nexus,
graphql-js
-> builds aGraphQLSchema
objectApollo Server, GraphQL Helix, GraphQL Yoga -> takes
GraphQLSchema
and expose that via HTTP or websocketsSo answering your question: it completly does not affect TypeGraphQL at all. You just need to create your GraphQL server in a new way.