Uses of Class
org.hl7.fhir.utilities.graphql.Argument
-
Packages that use Argument Package Description org.hl7.fhir.utilities.graphql -
-
Uses of Argument in org.hl7.fhir.utilities.graphql
Methods in org.hl7.fhir.utilities.graphql that return Argument Modifier and Type Method Description ArgumentObjectValue. addField(String name, Argument.ArgumentListStatus listStatus)ArgumentField. argument(String name)Methods in org.hl7.fhir.utilities.graphql that return types with arguments of type Argument Modifier and Type Method Description List<Argument>Directive. getArguments()List<Argument>Field. getArguments()List<Argument>ObjectValue. getFields()List<Argument>Package. getVariables()Method parameters in org.hl7.fhir.utilities.graphql with type arguments of type Argument Modifier and Type Method Description voidIGraphQLStorageServices. listResources(Object appInfo, String type, List<Argument> searchParams, List<org.hl7.fhir.instance.model.api.IBaseResource> matches)list the matching resources.org.hl7.fhir.instance.model.api.IBaseBundleIGraphQLStorageServices. search(Object appInfo, String type, List<Argument> searchParams)just perform a standard search, and return the bundle as you return to the client
-