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

graphql.schema.validation.SchemaValidationErrorClassification Maven / Gradle / Ivy

package graphql.schema.validation;


import graphql.PublicApi;


/**
 * Error in graphql schema validation can have a classification,
 * and all the error classifications implement this interface.
 */
@PublicApi
public interface SchemaValidationErrorClassification {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy