theJC / apollo-basic-fed-demo-abzw8r

Created with StackBlitz ⚡️

Home Page:https://stackblitz.com/edit/apollo-basic-fed-demo-abzw8r

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dealing with slow resolvers in a subgraph

Use this query:

query GetSearchResults {
  search(term: "taco") {
    results {
      name
      rating
    }
    # resolving this blocks calls to the business subgraph :(
    bannerAd {
      text
    }
  }
}

About

Created with StackBlitz ⚡️

https://stackblitz.com/edit/apollo-basic-fed-demo-abzw8r


Languages

Language:JavaScript 100.0%