# Note: graphql-analytics already has a comprehensive CLAUDE.md in its repository.
# This file is a reference pointer only — the canonical CLAUDE.md lives in the service repo.
#
# Key facts for cross-service context:
# - Apollo Server (via @theorchard/graphql-server 4.3.0 wrapper)
# - TypeScript 4.9, Node.js >=22.17.1
# - Package manager: Yarn
# - 5 OWS connectors: ows-analytics, ows-charts, ows-playlist, ows-socials, ows-users
# - Redis cache (optional, in-memory default) via Keyv
# - Schema-first GraphQL with Apollo Federation
# - DataLoader factory pattern with Zod validation
# - Cache control hints in schema (default 5min TTL)
# - Feature flags via Split.io
# - Dev port: 8084
