You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🍇 Improvements:
Added support for Kosovo (XK as country code) country by @krzysztofzuraw in #5693
⚙️ Maintenance:
Optimized GraphQL Schema Fetching: The dashboard now fetches the GraphQL schema directly from the Saleor repository instead of the Saleor API. This change enhances performance and reliability during development. To use the previous method, you can run the npm run fetch-local-schema command. [https://github.com//pull/5658] by @krzysztofzuraw