Annotation Interface QueryMapping


@Target(METHOD) @Retention(RUNTIME) @Documented @SchemaMapping(typeName="Query") public @interface QueryMapping
@QueryMapping is a composed annotation that acts as a shortcut for @SchemaMapping with typeName="Query".
Since:
1.0.0
Author:
Rossen Stoyanchev