mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Disable persisted queries in Apollo
This commit is contained in:
parent
b9cab3a875
commit
d0583bf271
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ export function makeApolloServer(): ApolloServer {
|
|||
return new Error('Unexpected server error')
|
||||
},
|
||||
introspection: env.dev.isLocal,
|
||||
persistedQueries: false,
|
||||
})
|
||||
|
||||
return apollo
|
||||
|
|
|
|||
Loading…
Reference in a new issue