Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
package graphql;
import java.util.Map;
import java.util.Optional;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
import java.util.stream.Stream;
import static graphql.Assert.assertNotNull;
/**
* This context object can be used to contain key values that can be useful as "context" when executing
* {@link graphql.schema.DataFetcher}s
*
*
*
* You can set this up via {@link ExecutionInput.Builder#context(graphql.GraphQLContext.Builder)}
*/
@PublicApi
@ThreadSafe
@SuppressWarnings("unchecked")
public class GraphQLContext {
private final ConcurrentMap