Company
Open Source
Product Features
Session Replay
Error Monitoring
Logging
Tracing
Integrations
Grafana Integration
Highlight.io Changelog
Menu
Highlight Docs
Company
Open Source
Product Features
Session Replay
Error Monitoring
Logging
Tracing
Integrations
Grafana Integration
Highlight.io Changelog
Getting Started
Frontend
JS SDK Configuration
Backend: Error Monitoring
Python
Backend: Logging
Hosting Providers
Backend: Tracing
Native OpenTelemetry
Fullstack Frameworks
Self Host & Local Dev
Frontend (app.highlight.io)
Frequently Asked Questions
How do I change the Apollo Client GraphQL definitions?
The frontend is set up to host the Apollo Client definitions in frontend/src/graph/operators. Query definitions reside in query.gql while mutation definitions reside in mutation.gql.
Changing these two files regenerates frontend hooks and other Typescript definitions. Having the frontend running will watch these two files for changes and update generated code. See the development docs for more info on running the frontend.