fix: disable APQ

This commit is contained in:
Wyatt Johnson
2020-08-14 18:02:36 -06:00
parent 22fc1438f2
commit f479210346
@@ -81,6 +81,10 @@ export const apolloGraphQLMiddleware = ({
// Disable subscriptions as we'll be providing it seperatly.
subscriptions: false,
// Disable automated persisted queries as Coral will provide it's own
// implementation at the Express level.
persistedQueries: false,
// Configure plugins to be ran on requests.
plugins: [
ErrorApolloServerPlugin,