graphql.GraphQLError Maven / Gradle / Ivy
package graphql;
import graphql.language.SourceLocation;
import java.util.List;
public interface GraphQLError {
String getMessage();
List getLocations();
ErrorType getErrorType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy