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

graphql.schema.GraphQLInputValueDefinition Maven / Gradle / Ivy

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

import graphql.PublicApi;

/**
 * Named schema elements that contain input type information.
 *
 *
 * @see graphql.schema.GraphQLInputType
 * @see graphql.schema.GraphQLInputObjectField
 * @see graphql.schema.GraphQLArgument
 */
@PublicApi
public interface GraphQLInputValueDefinition extends GraphQLDirectiveContainer {

     T getType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy