Annotation Type GraphQLObjectType


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

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

    • value

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