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 { }