public class GraphQLProvider extends Object
| Constructor and Description |
|---|
GraphQLProvider(ca.uhn.fhir.context.FhirContext theFhirContext,
IValidationSupport theValidationSupport,
GraphQLEngine.IGraphQLStorageServices theStorageServices)
Constructor which uses the given worker context
|
GraphQLProvider(GraphQLEngine.IGraphQLStorageServices theStorageServices)
Constructor which uses a default context and validation support object
|
| Modifier and Type | Method and Description |
|---|---|
String |
graphql(ServletRequestDetails theRequestDetails,
org.hl7.fhir.instance.model.api.IIdType theId,
String theQuery) |
void |
initialize(RestfulServer theServer) |
public GraphQLProvider(GraphQLEngine.IGraphQLStorageServices theStorageServices)
theStorageServices - The storage services (this object will be used to retrieve various resources as required by the GraphQL engine)public GraphQLProvider(ca.uhn.fhir.context.FhirContext theFhirContext, IValidationSupport theValidationSupport, GraphQLEngine.IGraphQLStorageServices theStorageServices)
theFhirContext - The HAPI FHIR Context objecttheValidationSupport - The HAPI Validation Support objecttheStorageServices - The storage services (this object will be used to retrieve various resources as required by the GraphQL engine)public String graphql(ServletRequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theId, String theQuery)
public void initialize(RestfulServer theServer)
Copyright © 2014–2018 University Health Network. All rights reserved.