Annotation Type GraphQLBatchLoader


@Target(METHOD) @Retention(RUNTIME) public @interface GraphQLBatchLoader
Marks methods that provide BatchLoader instances for
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      The key of the DataLoader registration. If not specified, the method name is used.
      Default:
      ""