Skip to content

Commit

Permalink
feat(apollo): disable persistedQueries
Browse files Browse the repository at this point in the history
  • Loading branch information
hlolli committed Aug 31, 2023
1 parent b242736 commit 8ec7962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 8ec7962

Please sign in to comment.