
Package ca.uhn.fhir.rest.annotation
Annotation Type GraphQL
-
@Retention(RUNTIME) @Target(METHOD) public @interface GraphQL
A method annotated with this annotation will be treated as a GraphQL implementation method
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description RequestTypeEnum
type
-
-
-
Element Detail
-
type
RequestTypeEnum type
- Default:
- ca.uhn.fhir.rest.api.RequestTypeEnum.GET
-
-