From b019d54c9eeecc6d3154dda84efb9db3f7546f52 Mon Sep 17 00:00:00 2001 From: Traci Porter Date: Fri, 15 Dec 2023 10:51:44 -0600 Subject: [PATCH] Update graphql-api-overview.mdx --- docs/api-docs/storefront/graphql/graphql-api-overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-docs/storefront/graphql/graphql-api-overview.mdx b/docs/api-docs/storefront/graphql/graphql-api-overview.mdx index d8be3f1d0..18040cc35 100644 --- a/docs/api-docs/storefront/graphql/graphql-api-overview.mdx +++ b/docs/api-docs/storefront/graphql/graphql-api-overview.mdx @@ -712,7 +712,7 @@ As a best practice, you should create tokens that expire and rotate them regular ### Can I hide the display of a field, such as the product's price, on the storefront by toggling the setting in the control panel? -You can toggle off the field (`show_product_price`) in the control panel to prevent the display in GraphQL. +You can toggle off the field `show_product_price` in the control panel to prevent the display in GraphQL. ### I want to run requests in the context of the store's default channel (channel ID 1)