JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
ca.uhn.fhir.rest.annotation
Annotation Type GraphQLQueryBody
@Retention
(
RUNTIME
)
@Target
(
PARAMETER
)
public @interface
GraphQLQueryBody
This annotation should be placed on the parameter of a
@GraphQL
annotated method. The given parameter will be populated with the specific graphQL query being requested.
This parameter should be of type
String