refactor: separate out data structures into hoppscotch-data
This commit is contained in:
@@ -10,8 +10,8 @@ import {
|
||||
GraphQLInterfaceType,
|
||||
} from "graphql"
|
||||
import { distinctUntilChanged, map } from "rxjs/operators"
|
||||
import { GQLHeader } from "@hoppscotch/data"
|
||||
import { sendNetworkRequest } from "./network"
|
||||
import { GQLHeader } from "./types/HoppGQLRequest"
|
||||
|
||||
const GQL_SCHEMA_POLL_INTERVAL = 7000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user