fix syntax
This commit is contained in:
parent
d43c0e0da5
commit
72d923b2e8
|
@ -3,7 +3,7 @@
|
|||
"instance-tests" : {
|
||||
"simple" : {
|
||||
"description" : "Just a simple test of the basic graphQL engine: a simple query on a known patient (example, from the spec)",
|
||||
"url" : "/Patient/example/$graphql?query={identifier{system,value}active,name{text,given,family}}"
|
||||
"url" : "/Patient/example/$graphql?query={identifier{system,value}active,name{text,given,family}}",
|
||||
"output" : {
|
||||
"data" : {
|
||||
"active" : true,
|
||||
|
@ -35,13 +35,13 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
"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" : {
|
||||
|
@ -75,7 +75,7 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue