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

graphql.schema.GraphQLInputType Maven / Gradle / Ivy

There is a newer version: 230521-nf-execution
Show newest version
package graphql.schema;


/**
 * All types allowed as arguments or variables. In other word
 * all Inputs types for a query/mutation.
 */
public interface GraphQLInputType extends GraphQLType {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy