Annotation 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)
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
-
Element Details
-
value
String valueThe full name of the query, mutation or subscription that this generated ResponseType overrides
-