diff --git a/src/app.ts b/src/app.ts index 46255a07..30fe5851 100644 --- a/src/app.ts +++ b/src/app.ts @@ -177,6 +177,7 @@ app.post('/ar-io/admin/queue-tx', express.json(), async (req, res) => { // GraphQL const apolloServerInstanceGql = apolloServer(system.db, { introspection: true, + persistedQueries: false, }); apolloServerInstanceGql.start().then(() => { apolloServerInstanceGql.applyMiddleware({