graphql.schema.GraphQLInputType Maven / Gradle / Ivy
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