Skip to content

Commit

Permalink
removed extra lines in the example queries
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored Feb 27, 2025
1 parent 845eeba commit 09d6903
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/storefront/headless/routes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ This example retrieves details about an object (e.g., Product, Brand, or Categor
<Tabs items={['Request', 'Response']}>
<Tab>
```graphql filename="Query route details" showLineNumbers copy

query LookUpUrl(
$urlPath: String!
# Use GraphQL Query Variables to provide a path
Expand Down Expand Up @@ -139,7 +138,6 @@ In this example query, the `node` value is "null" because the redirect is ignore
<Tabs items={['Request', 'Response']}>
<Tab>
```graphql filename="Query using IGNORE redirect behavior" showLineNumbers copy

query {
site {
route(path: "/mug" redirectBehavior: IGNORE) {
Expand Down Expand Up @@ -186,7 +184,6 @@ In this example, the `node` returns the entity targeted by the dynamic redirect
<Tabs items={['Request', 'Response']}>
<Tab>
```graphql filename="Query using FOLLOW redirect behavior" showLineNumbers copy

query {
site {
route(path: "/mug" redirectBehavior: FOLLOW) {
Expand Down

0 comments on commit 09d6903

Please sign in to comment.