chore: use IDs instead of Strings in graphql queries (#2961)

This commit is contained in:
Akash K
2023-04-04 04:10:32 +05:30
committed by GitHub
parent 37a3b72025
commit c3c3fc6720
4 changed files with 31 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
import { createHoppApp } from "@hoppscotch/common"
import { initializeFirebase } from "./firebase/init"
import { def as authDef } from "./firebase/auth"
import { def as envDef } from "./environments"
import { def as collectionsDef } from "./collections"
@@ -7,6 +8,8 @@ import { def as historyDef } from "./history"
import { def as tabStateDef } from "./tab"
import { def as analyticsDef } from "./analytics"
initializeFirebase()
createHoppApp("#app", {
auth: authDef,
analytics: analyticsDef,