Annotation Interface GraphQLDeprecatedResponseForRequestObject


@Retention(RUNTIME) @Target(TYPE) public @interface GraphQLDeprecatedResponseForRequestObject
Indicates that the annotated java class is a deprecated responseType. These class were generated in the first versions of the plugin. By default, since 2.0, they are not generated any more. A plugin parameter allows to still generate them, to maintain compatibility for people that used the 1.x version.
This annotation indicates the the annotated class is such a deprecated responseType. This is useful, for instance when deserializing a response that contains aliases with custom deserializers (custom scalars or list)
Author:
etienne-sf
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The full name of the query, mutation or subscription that this generated ResponseType overrides
  • Element Details

    • value

      String value
      The full name of the query, mutation or subscription that this generated ResponseType overrides