graphql.schema.DataFetchingFieldSelectionSet Maven / Gradle / Ivy
package graphql.schema;
import graphql.language.Field;
import java.util.List;
import java.util.Map;
import java.util.function.Supplier;
/**
* This allows you to retrieve the selection set of fields that have been asked for when the
* {@link DataFetcher} was invoked
*/
public interface DataFetchingFieldSelectionSet extends Supplier
© 2015 - 2025 Weber Informatics LLC | Privacy Policy