graphql.DeferredExecutionResultImpl Maven / Gradle / Ivy
package graphql;
import graphql.execution.ExecutionPath;
import java.util.Collections;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import static graphql.Assert.assertNotNull;
/**
* Results that come back from @defer fields have an extra path property that tells you where
* that deferred result came in the original query
*/
@PublicApi
public class DeferredExecutionResultImpl extends ExecutionResultImpl implements DeferredExecutionResult {
private final List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy