Package 

Interface FederatedGraphQLContext

  • All Implemented Interfaces:
    com.apollographql.federation.graphqljava.tracing.HTTPRequestHeaders , com.expediagroup.graphql.generator.execution.GraphQLContext

    
    public interface FederatedGraphQLContext
     implements GraphQLContext, HTTPRequestHeaders
                        

    Apollo federation needs access to the HTTP headers to inspect if the request came from the Apollo Gateway. That means we need a special interface for the federation context.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.expediagroup.graphql.generator.federation.execution.FederatedGraphQLContext

        getHTTPRequestHeader
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait