Skip to content

Commit 2eeeab2

Browse files
committed
Use the SpectaQL page separately from the main topic (not in frame)
1 parent b3d5deb commit 2eeeab2

File tree

3 files changed

+1740
-1707
lines changed

3 files changed

+1740
-1707
lines changed

spectaql/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ info:
440440
x-introItems:
441441
# Can be a Title (for the Nav panel) + URL to simply add a link to somewhere
442442
- title: Back to the GraphQL guide
443-
url: https://developer.adobe.com/commerce/webapi/graphql/
443+
url: https://developer.adobe.com/commerce/webapi/graphql/reference/
444444
# Can be a Title (for the Nav panel) + description (for the Content panel)
445445
# - title: Important thing 1
446446
# description: Some important stuff we wanted you to know. Supports `markdown`

src/pages/graphql/reference/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@ title: GraphQL API reference
33
description: Review comprehensive reference documentation for the Adobe Commerce and Magento Open Source GraphQL API schema.
44
keywords:
55
- GraphQL
6-
frameSrc: /graphql-api/index.html
6+
# frameSrc: /graphql-api/index.html
77
---
8+
9+
# GraphQL API reference
10+
11+
The Adobe Commerce and Magento Open Source GraphQL API provides a flexible, powerful, and efficient alternative to REST and SOAP web APIs for frontend development. The API is organized around a single GraphQL endpoint that provides access to the full range of Adobe Commerce and Magento Open Source features.
12+
13+
See the following page for the full reference documentation for the Adobe Commerce and Magento Open Source GraphQL API schema: [GraphQL API reference](https://developer.adobe.com/commerce/webapi/graphql-api/).

0 commit comments

Comments
 (0)