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
In looking at the various Apollo server implementations, the config object (GraphQLOptions) appears to be the same in all situations.
We need to test that, but if that's true, there's really no need to use this middleware. Instead, the API can be simplified in a universally applicable way to:
In looking at the various Apollo server implementations, the config object (
GraphQLOptions
) appears to be the same in all situations.We need to test that, but if that's true, there's really no need to use this middleware. Instead, the API can be simplified in a universally applicable way to:
In Express/Connect, we would use:
In Hapi:
Koa:
Once
@gramps/gramps
hits a stable release, let's look at deprecating this repo altogether.The text was updated successfully, but these errors were encountered: