Annotation Type GraphQLInputType


@Retention(RUNTIME)
@Target(TYPE)
public @interface GraphQLInputType
This annotation marks all generated classes that are generated to match a GraphQL input type, as defined in the GraphQL schema.
Author:
etienne-sf
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    java.lang.String value
    The name of the type 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 type that is represented by the annotated java class, as defined in the GraphQL schema.