fix: gql history schema error (#3662)

This commit is contained in:
Nivedin
2023-12-19 16:39:32 +05:30
committed by GitHub
parent a75bfa9d9e
commit 58a9514b67
2 changed files with 5 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ export const getDefaultGQLRequest = (): HoppGQLRequest => ({
}`,
query: DEFAULT_QUERY,
auth: {
authType: "inherit",
authType: "none",
authActive: true,
},
})