Skip to content

Commit 8ba1a6b

Browse files
authored
Merge pull request AdobeDocs#415 from AdobeDocs/COMDOX-1169-70
COMDOX-1169 & COMDOX-1170 - Updating GraphQL and REST schemas
2 parents 3045cf2 + 5631a22 commit 8ba1a6b

File tree

14 files changed

+224179
-8414
lines changed

14 files changed

+224179
-8414
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"test": "remark src/pages --quiet --frail",
3333
"build:spectaql": "spectaql --target-file index.html --config spectaql/config.yml",
3434
"build:spectaql:2.4.6": "spectaql --target-file index.html --config spectaql/config_2.4.6.yml",
35+
"build:spectaql:2.4.7": "spectaql --target-file index.html --config spectaql/config_2.4.7.yml",
3536
"dev:spectaql": "spectaql --development-mode-live --config spectaql/config.yml"
3637
},
3738
"packageManager": "yarn@3.2.4"

spectaql/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ info:
422422
##############################################
423423

424424
description: The Adobe Commerce GraphQL API allows you to quickly and efficiently transfer information between your Commerce store and your storefront. The schema documented here is autogenerated from an instance of Adobe Commerce with B2B. You can find examples of each query and mutation in the main <a href="https://developer.adobe.com/commerce/webapi/graphql/schema/" target="_blank">GraphQL documentation</a>.
425-
version: 2.4.7
425+
version: 2.4.8
426426
title: Adobe Commerce GraphQL API
427427
# This is non-standard and optional. If omitted, will use "title". Also, only relevant
428428
# when building non-embedded.

0 commit comments

Comments
 (0)