Annotation Type GraphQLMutation
-
@Retention(RUNTIME) @Target(TYPE) public @interface GraphQLMutationUse this annotation to indicate that a type is a mutation, useful for automatic discovery
@Retention(RUNTIME)
@Target(TYPE)
public @interface GraphQLMutation