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

graphql.schema.GraphQLInputSchemaElement Maven / Gradle / Ivy

package graphql.schema;

import graphql.PublicApi;

/**
 * A schema element that is concerned with input.
 */
@PublicApi
public interface GraphQLInputSchemaElement extends GraphQLSchemaElement {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy