GraphQLMutation

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class GraphQLMutation

Marks the target class as a GraphQL mutation root.

There can be only one GraphQLMutation class in a given compilation.