SubgraphHeaders

Type Alias SubgraphHeaders 

Source
pub type SubgraphHeaders = Headers;
Expand description

HTTP headers for the subgraph request. Those are the result of the GatewayHeaders passed through the

  • on_request hook
  • global header rules
  • authorize_query from the authorization extensions
  • subgraph-specific header rules

Aliased Typeยง

pub struct SubgraphHeaders(/* private fields */);