Automates the creation of type-safe GraphQL operations and repository patterns for Saleor API integrations using gql.tada and urql.
This skill streamlines the development of GraphQL-based data layers by enforcing project-specific conventions for type safety and organization. It guides developers through creating queries, mutations, and fragments using gql.tada for automatic TypeScript inference, implements robust error handling within the repository pattern, and facilitates testing with MSW mocks. It is particularly valuable for teams building complex Saleor integrations who need to maintain strict schema alignment and high-quality API interaction patterns.
Key Features
01Automated Saleor schema management and updates
02Robust error handling and retry logic configuration
03Standardized repository pattern implementation
04MSW mock generation for GraphQL testing
0522 GitHub stars
06Type-safe operation creation with gql.tada inference
Use Cases
01Integrating new Saleor API endpoints into a frontend application
02Refactoring existing GraphQL queries to improve type safety and error handling
03Setting up comprehensive integration tests for data-driven features