mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
parent
d588b69932
commit
f8f6747c5a
1 changed files with 2 additions and 1 deletions
|
@ -64,9 +64,10 @@ app.use('/graphql', bodyParser.json(), apolloConnect({ schema: myGraphQLSchema }
|
|||
app.listen(PORT);
|
||||
```
|
||||
|
||||
### HAPI
|
||||
### hapi
|
||||
```js
|
||||
import hapi from 'hapi';
|
||||
import { ApolloHAPI } from 'apollo-server';
|
||||
|
||||
const server = new hapi.Server();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue