This website requires JavaScript.
Explore
Help
Sign in
hiro
/
apollo-server
Watch
1
Star
0
Fork
You've already forked apollo-server
0
mirror of
https://github.com/vale981/apollo-server
synced
2025-03-15 23:36:40 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
412be208c1
apollo-server
/
packages
/
apollo-server-express
/
src
/
connectApollo.ts
4 lines
97 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Remove graphiql support ApolloServer builds in graphql-playground rather than graphiql, so we no longer provide middleware for serving GraphiQL. If this turns out to be an unpopular choice, we can always add support for graphiql instead of graphql-playground back in later. We prefer graphql-playground because it allows you to enter HTTP request headers, view query history, and explicitly supports graphql@0.13.
2018-06-13 13:56:58 -07:00
import
{
graphqlExpress
}
from
'./expressApollo'
;
Add support for connect (#58) * add support for connect * export apolloConnect and graphiqlConnect * update changelog
2016-07-28 20:19:39 -07:00
Rename a variety of things to no longer be called Apollo
2016-10-22 18:48:23 -07:00
export
const
graphqlConnect
=
graphqlExpress
;
Reference in a new issue
Copy permalink