Annotation Type GraphQLName


@Target({TYPE,FIELD,METHOD,PARAMETER}) @Retention(RUNTIME) public @interface GraphQLName
When applied to a field or method, indicates that the field or method represents a field in the graph. When applied to a method parameter, indicates a binding between the parameter and the name of the graph-ql argument.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
     
     
  • Element Details

    • value

      String value
      Default:
      ""
    • order

      int order
      Default:
      -1