-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore ApolloServerStandalone functionality #6085
Comments
This functionality will be restored later in the development of AS4 as a new class with a name like `ApolloServerStandalone`. Remembering to do that is tracked in #6085.
This functionality will be restored later in the development of AS4 as a new class with a name like `ApolloServerStandalone`. Remembering to do that is tracked in #6085.
Some of the cors tests deleted in 81c7f7b will probably be useful for the standalone server. |
@trevor-scheer and I ran into some issues related to generic types and TContext trying to make this a class. My current idea is to make this a function instead (pretty similar to what @abernix originally proposed in #3184 though with a bit more async-ness). This noun-named
where
|
@trevor-scheer done? |
Closed via #6420 |
The batteries-included
apollo-server
package has been deleted from theversion-4
branch. Its functionality should be restored as a new class with a different name in the main package, likeApolloServerStandalone
or something.The text was updated successfully, but these errors were encountered: