refactor: updated types

This commit is contained in:
liyasthomas
2021-12-16 15:15:54 +05:30
parent 8ca059cf4a
commit 34fe94215c
4 changed files with 38 additions and 9 deletions

View File

@@ -14,7 +14,9 @@ export const defaultGQLSession: GQLSession = {
name: "Untitled request",
url: "https://echo.hoppscotch.io/graphql",
headers: [],
variables: `{ "id": "1" }`,
variables: `{
"id": "1"
}`,
query: `query Request {
method
url