You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for [email protected] is wrong as it's not possible to create a server because both (different) documentations are incorrect:
apollo-server README.md: The functions graphqlExpress and graphiqlExpressare no longer exported from apollo-server-express
apollo-server-express README.md: The function registerServer is throwing an error that server.applyMiddleware should be used. But this message can only be found when digging into the source because it's declared with zero parameters preventing compilation.
The text was updated successfully, but these errors were encountered:
@tpetry Thank you for letting us know! We're removing the registerServer function in this release and will add it to the documentation. It was just in there for people upgrading from the beta.
We've fixed the readme's and they will be out for the next release. @tpetry if you find any additional documentation issues, please feel free to open more issues
The documentation for [email protected] is wrong as it's not possible to create a server because both (different) documentations are incorrect:
graphqlExpress
andgraphiqlExpress
are no longer exported fromapollo-server-express
registerServer
is throwing an error thatserver.applyMiddleware
should be used. But this message can only be found when digging into the source because it's declared with zero parameters preventing compilation.The text was updated successfully, but these errors were encountered: