All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.kickstart.autoconfigure.annotations.exceptions.MultipleMutationResolversException Maven / Gradle / Ivy

package graphql.kickstart.autoconfigure.annotations.exceptions;

public class MultipleMutationResolversException extends RuntimeException {

  private static final long serialVersionUID = 1L;

  public MultipleMutationResolversException() {
    super("Multiple mutation resolvers provided. GraphQL Annotations allows only one resolver.");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy