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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build:spectaql:2.4.6": "spectaql --target-file index.html --config spectaql/config_2.4.6.yml",
"build:spectaql:2.4.7": "spectaql --target-file index.html --config spectaql/config_2.4.7.yml",
"build:spectaql:saas": "spectaql --target-file index.html --config spectaql/config_saas.yml",
"build:spectaql:beta": "spectaql --target-file index.html --config spectaql/config_2.4.9-beta-1.yml",
"build:spectaql:2.4.8": "spectaql --target-file index.html --config spectaql/config_2.4.8.yml",
"dev:spectaql": "spectaql --development-mode-live --config spectaql/config.yml"
},
"packageManager": "yarn@3.2.4"
Expand Down
2 changes: 1 addition & 1 deletion spectaql/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ info:
##############################################

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>.
version: 2.4.8
version: 2.4.9
title: Adobe Commerce GraphQL API
# This is non-standard and optional. If omitted, will use "title". Also, only relevant
# when building non-embedded.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spectaql:
# Set to null to not write the output to the filesystem, making it only available via the API (default: public)
#
# Default: public
targetDir: static/graphql-api/2.4.9-beta-1
targetDir: static/graphql-api/2.4.8

# Optional path to an image to use as the logo in the top-left of the output
# logoFile: path/to/logo.png
Expand Down Expand Up @@ -111,7 +111,7 @@ introspection:
# schemaFile: path/to/schema.gql

# File containing Introspection Query response in JS module export, or JSON format
introspectionFile: spectaql/schema_2.4.9-beta-1.json
introspectionFile: spectaql/schema_2.4.8.json

# URL of the GraphQL endpoint to hit if you want to generate the documentation based on live Introspection Query results
# NOTE: If not using introspection.url OR servers[], you need to provide x-url below
Expand Down Expand Up @@ -422,8 +422,8 @@ info:
##############################################

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>.
version: 2.4.9-beta-1
title: Adobe Commerce GraphQL API (2.4.9-beta-1)
version: 2.4.8
title: Adobe Commerce GraphQL API (2.4.8)
# This is non-standard and optional. If omitted, will use "title". Also only relevant
# when building non-embedded.
x-htmlTitle: GraphQL API
Expand Down
Loading
Loading