Annotation Type GraphQLRoot


@Documented
@Retention(RUNTIME)
@Target(TYPE)
public @interface GraphQLRoot
Annotation used to mark a class that should be discovered and registered as a root when using GraphQLBinder together with a TypeFinder.