mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
fix merge conflict for Hapi
This commit is contained in:
parent
da1e3749c2
commit
0c5b6850dc
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ function renderGraphiQL(route, graphiqlParams: any, reply) {
|
|||
query: graphiqlParams.query || graphiqlOptions.query,
|
||||
variables: JSON.parse(graphiqlParams.variables) || graphiqlOptions.variables,
|
||||
operationName: graphiqlParams.operationName || graphiqlOptions.operationName,
|
||||
passHeader: graphiqlOptions.passHeader,
|
||||
});
|
||||
reply(graphiQLString);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue