fix syntax

This commit is contained in:
Grahame Grieve 2019-06-19 22:31:24 +10:00
parent 72d923b2e8
commit 37f2efcbf7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
"root-tests" : {
"simple" : {
"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" : {
"data" : {
"Patient" : {