Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spectaql/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ info:
x-hideWelcome: false
# Set to true to not render your intro items
# Default: false
x-hideIntroItems: false
x-hideIntroItems: true

# Set to true to not render the deprecated label
# Default: false
Expand Down Expand Up @@ -440,7 +440,7 @@ info:
x-introItems:
# Can be a Title (for the Nav panel) + URL to simply add a link to somewhere
- title: GraphQL guide
url: https://developer.adobe.com/commerce/webapi/graphql/
url: https://developer.adobe.com/commerce/webapi/graphql
# Can be a Title (for the Nav panel) + description (for the Content panel)
# - title: Important thing 1
# description: Some important stuff we wanted you to know. Supports `markdown`
Expand Down
6 changes: 3 additions & 3 deletions spectaql/config_saas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ info:
x-hideWelcome: false
# Set to true to not render your intro items
# Default: false
x-hideIntroItems: false
x-hideIntroItems: true

# Set to true to not render the deprecated label
# Default: false
Expand All @@ -421,7 +421,7 @@ info:
#
##############################################

description: The Adobe Commerce as a Cloud Service GraphQL API allows you to quickly and efficiently transfer information between your Commerce store and your storefront. The schema documented here is autogenerated from a production instance of Adobe Commerce as a Cloud Service. This schema removes all deprecated queries, mutations, and fields from the core schema. It also replaces the core products and categories queries with identically-named queries defined in Catalog Service. If you are migrating to Adobe Commerce as a Cloud Service, you must update your applications to use these queries.
description: The Adobe Commerce as a Cloud Service GraphQL API allows you to quickly and efficiently transfer information between your Commerce store and your storefront. The schema documented here is autogenerated from a production instance of Adobe Commerce as a Cloud Service. This schema removes all deprecated queries, mutations, and fields from the core schema. It also replaces the core products and categories queries with identically-named queries defined in Catalog Service. If you are migrating to Adobe Commerce as a Cloud Service, you must update your applications to use these queries. For more information, refer to the <a href="https://developer.adobe.com/commerce/webapi/graphql/schema/" target="_blank">GraphQL documentation</a>.
version: SaaS
title: Adobe Commerce as a Cloud Service GraphQL API
# This is non-standard and optional. If omitted, will use "title". Also, only relevant
Expand All @@ -440,7 +440,7 @@ info:
x-introItems:
# Can be a Title (for the Nav panel) + URL to simply add a link to somewhere
- title: GraphQL guide
url: https://developer.adobe.com/commerce/webapi/graphql/
url: /commerce/webapi/graphql
# Can be a Title (for the Nav panel) + description (for the Content panel)
# - title: Important thing 1
# description: Some important stuff we wanted you to know. Supports `markdown`
Expand Down
Loading