Package io.smallrye.graphql.api
Annotation Interface DataFetcher
@Retention(RUNTIME)
@Target({TYPE,ANNOTATION_TYPE})
@Experimental("Allow you to add a custom datafetcher for a certain return type. Not covered by the specification. Subject to change.")
public @interface DataFetcher
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
forClass
Class forClass -
isWrapped
boolean isWrapped- Default:
false
-