We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3d455 commit 2d961f3Copy full SHA for 2d961f3
packages/graphql-playground-react/src/state/sessions/actions.ts
@@ -62,7 +62,7 @@ export const {
62
setCurrentQueryEndTime,
63
} = createActions({
64
// simple property setting
65
- EDIT_QUERY: simpleAction('query'),
+ EDIT_QUERY: query => ({ query }),
66
EDIT_HEADERS: simpleAction('headers'),
67
EDIT_ENDPOINT: simpleAction('endpoint'),
68
EDIT_VARIABLES: simpleAction('variables'),
0 commit comments