Added some GraphQL page updates

This commit is contained in:
Dmitry Yankowski
2020-02-29 11:42:12 -05:00
parent fc4d9260bf
commit e56fa732fa
3 changed files with 38 additions and 9 deletions

View File

@@ -22,8 +22,13 @@ export default () => ({
url: "https://rickandmortyapi.com/graphql",
headers: [],
schema: "",
variablesJSONString: "{}",
query: "",
variablesJSONString: '{ "id": "1" }',
query: `query charcter {
character(id: 1) {
id
name
}
}`,
response: "",
},
theme: {