Annotation Type GraphQLTypeResolver


@Target(TYPE) @Retention(RUNTIME) public @interface GraphQLTypeResolver
When applied to a class with the @GraphQLInterface annotation, indicates the graphql type resolver to use.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details