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

graphql.execution.preparsed.persisted.PersistedQueryError Maven / Gradle / Ivy

There is a newer version: 230521-nf-execution
Show newest version
package graphql.execution.preparsed.persisted;

import graphql.ErrorClassification;

import java.util.LinkedHashMap;
import java.util.Map;

public abstract class PersistedQueryError extends RuntimeException implements ErrorClassification {

    Map getExtensions() {
        return new LinkedHashMap<>();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy