diff --git a/docs/docs/static-query.md b/docs/docs/static-query.md index 75c81ebd87f3f..5730cc93c46f0 100644 --- a/docs/docs/static-query.md +++ b/docs/docs/static-query.md @@ -2,7 +2,7 @@ title: "Querying data in non-page components using StaticQuery" --- -Gatsby v2 introduces `StaticQuery`, a new API that allows non-page components to retrieve data via GraphQL query. +Gatsby v2 introduces `StaticQuery`, a new API that allows **only non-page components** to retrieve data via GraphQL query. Please note that attempting to use this on a page component will result in the message `Loading (StaticQuery)` showing up on the page, as each and every component is allowed to have *only one* query. ## Basic example