7. Follow-along: Querying the supergraph1m

Follow-along: Querying the supergraph

Let's copy over the same query we were working with before - the one with the slow field: HomepageWithFeatured.

query HomepageWithFeatured {
featuredLocation {
id
name
photo
}
locations {
id
name
description
photo
}
}

Still pretty slow! Let's find out why.

Previous
Next

Share your questions and comments about this lesson

Your feedback helps us improve! If you're stuck or confused, let us know and we'll help you out. Note that all comments are public and must follow the Apollo Code of Conduct. You'll need a GitHub account to post below. Don't have one? Post in our Odyssey forum.