public interface IGraphQLEngine
Modifier and Type | Method and Description |
---|---|
void |
execute() |
ObjectValue |
getOutput() |
void |
setAppInfo(Object appInfo) |
void |
setFocus(org.hl7.fhir.instance.model.api.IBaseResource focus) |
void |
setGraphQL(Package graphQL) |
void |
setServices(IGraphQLStorageServices services) |
void execute() throws EGraphEngine, EGraphQLException, FHIRException
ObjectValue getOutput()
void setAppInfo(Object appInfo)
void setFocus(org.hl7.fhir.instance.model.api.IBaseResource focus)
void setGraphQL(Package graphQL)
void setServices(IGraphQLStorageServices services)
Copyright © 2014–2021 Health Level 7. All rights reserved.