mirror of
https://github.com/wassname/talk.git
synced 2026-06-27 17:32:25 +08:00
fix: disable APQ
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user