Is nexusjs an alternative to apollo server? What a...
# orm-help
g
Is nexusjs an alternative to apollo server? What are the biggest differences between these two projects? Seems like apollo has a lot more "batteries" included
m
apollo doesn't care how you write your schema. @nexus/schema is a way to define your schema . There is an example using nexus and apollo here: https://github.com/graphql-nexus/schema/tree/develop/examples/apollo-fullstack
b
@mtanzer And what would you say the largest differences between the new nexus and apollo are? I currently have apolloserver integrated, but only use it to create the server. Would there be major drawbacks switching to Nexus, other than there are a lot of issues with it?
I couldn't really get any good answers from reading around the internet 😕