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

com.expedia.graphql.schema.exceptions.InvalidSchemaException.kt Maven / Gradle / Ivy

package com.expedia.graphql.schema.exceptions

/**
 * Exception thrown on schema creation if no queries and no mutations are specified.
 */
class InvalidSchemaException : GraphQLKotlinException("Schema requires at least one query")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy