We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f945855 commit 31dfa61Copy full SHA for 31dfa61
packages/gatsby-source-shopify/src/plugin-options-schema.ts
@@ -43,7 +43,7 @@ export function pluginOptionsSchema({ Joi }: PluginOptionsSchemaArgs): unknown {
43
`Not set by default. If set to a string (example \`MyStore\`) node names will be \`allMyStoreShopifyProducts\` instead of \`allShopifyProducts\``
44
),
45
apiVersion: Joi.string()
46
- .default(`2024-10`)
+ .default(`2025-01`)
47
.description(
48
`The API version that should be used. More information: https://shopify.dev/docs/api/usage/versioning`
49
0 commit comments