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

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

There is a newer version: 230521-nf-execution
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy