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

graphql.schema.GraphQLInputFieldsContainer Maven / Gradle / Ivy

package graphql.schema;

import java.util.List;

public interface GraphQLInputFieldsContainer extends GraphQLType {

	GraphQLInputObjectField getFieldDefinition(String name);

	List getFieldDefinitions();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy