com.yahoo.elide.graphql.containers.GraphQLContainer Maven / Gradle / Ivy
/*
* Copyright 2017, Oath Inc.
* Licensed under the Apache License, Version 2.0
* See LICENSE file in project root for terms.
*/
package com.yahoo.elide.graphql.containers;
import com.yahoo.elide.graphql.Environment;
import com.yahoo.elide.graphql.PersistentResourceFetcher;
/**
* Interface describing how to process GraphQL request at each step.
*/
public interface GraphQLContainer {
Object processFetch(Environment context, PersistentResourceFetcher fetcher);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy