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

graphql.schema.idl.errors.SchemaMissingError Maven / Gradle / Ivy

The newest version!
package graphql.schema.idl.errors;

public class SchemaMissingError extends BaseError {

    public SchemaMissingError() {
        super(null, "There is no ttop level schema object defined");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy