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

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

The newest version!
package graphql.kickstart.autoconfigure.annotations.exceptions;

public class MultipleQueryResolversException extends RuntimeException {

  private static final long serialVersionUID = 1L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy