fix syntax
This commit is contained in:
parent
72d923b2e8
commit
37f2efcbf7
|
@ -41,7 +41,7 @@
|
||||||
"root-tests" : {
|
"root-tests" : {
|
||||||
"simple" : {
|
"simple" : {
|
||||||
"description" : "Just a simple test of the basic graphQL engine: a simple query on a known patient (example, from the spec)",
|
"description" : "Just a simple test of the basic graphQL engine: a simple query on a known patient (example, from the spec)",
|
||||||
"url" : "/$graphql?query={Patient(_id:example){identifier{system,value}active,name{text,given,family}}}",
|
"url" : "/$graphql?query={Patient(_id:\"example\"){identifier{system,value}active,name{text,given,family}}}",
|
||||||
"output" : {
|
"output" : {
|
||||||
"data" : {
|
"data" : {
|
||||||
"Patient" : {
|
"Patient" : {
|
||||||
|
|
Loading…
Reference in New Issue