docblock update

This commit is contained in:
Koen Punt
2021-09-14 18:23:41 +02:00
committed by Rossen Stoyanchev
parent 1bdcb8afe8
commit e24943ac70

View File

@@ -26,7 +26,7 @@ import org.springframework.core.annotation.AliasFor;
/**
* Annotation to express a mapping to a GraphQL Mutation operation.
*
* <p>Specifically, {@code @QueryMapping} is a <em>composed annotation</em> that
* <p>Specifically, {@code @MutationMapping} is a <em>composed annotation</em> that
* acts as a shortcut for {@code @SchemaMapping(typeName = "Mutation")}.
*
* @author Rossen Stoyanchev