Annotation Interface MutationMapping


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