Annotation Type GraphQLEnumType


@Retention(RUNTIME)
@Target(TYPE)
public @interface GraphQLEnumType
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    java.lang.String value
    The name of the enum that is represented by the annotated java class, as defined in the GraphQL schema.
  • Element Details

    • value

      java.lang.String value
      The name of the enum that is represented by the annotated java class, as defined in the GraphQL schema.