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
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionAlias forSchemaMapping.field().Alias forSchemaMapping.field().
- 
Element Details- 
nameAlias forSchemaMapping.field().- Default:
- ""
 
- 
valueAlias forSchemaMapping.field().- Default:
- ""
 
 
-