From c95c9b3434572d6d33044a5ac3ef192c47701035 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Tue, 5 Oct 2021 16:18:20 -0700 Subject: [PATCH] doc tweaks --- docs/source/api/plugin/landing-pages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/api/plugin/landing-pages.md b/docs/source/api/plugin/landing-pages.md index 86a6e3da15a..de9f63dbafd 100644 --- a/docs/source/api/plugin/landing-pages.md +++ b/docs/source/api/plugin/landing-pages.md @@ -110,7 +110,7 @@ By default, the landing page displays a footer that links to the documentation t -A document to populate in the Studio Explorer's editor on load. +A GraphQL document (eg, query or mutation) to populate in the Studio Explorer's editor on load. If you omit this, the Explorer initially loads an example query based on your schema. @@ -128,7 +128,7 @@ If you omit this, the Explorer initially loads an example query based on your sc An object containing initial variable values to populate in the Explorer on load. -If provided, these variables should apply to the initial query you provide for document. +If provided, these variables should apply to the initial query you provide in `document`.