GraphQL Schemas & Resolvers When this skill applies Use this skill when your VTEX IO app needs to expose a GraphQL API — either for frontend React components to query, for other VTEX IO apps to consume, or for implementing custom data aggregation layers over VTEX Commerce APIs. - Defining schemas in files in the directory - Writing resolver functions in TypeScript in - Configuring and directives - Wiring resolvers into the Service class Do not use this skill for: - Backend service structure and client system (use instead) - Manifest and builder configuration (use instead) - MasterData integra…