Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>GraphoxNew to Visual Studio Code? Get it now.
Graphox

Graphox

Soundtrack

|
1 install
| (0) | Free
Rust-powered GraphQL language server, validation, and codegen for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Graphox VS Code Extension

Graphox is a high-performance GraphQL toolkit built in Rust, including a Language Server and TypeScript code generation.
This extension brings Graphox into VS Code for fast validation, navigation, and schema-aware editing.

What you get

  • Real-time GraphQL diagnostics for standalone and embedded GraphQL
  • Autocomplete, hover, go-to-definition, and find references
  • Fragment-aware validation across your workspace
  • Commands:
    • Graphox: Run Codegen
    • Graphox: Clear Cache
    • Graphox: Restart Server

Supported files

  • .graphql
  • .ts, .tsx
  • .js, .jsx

Configuration

The extension settings are available in Settings > Extensions > Graphox:

Setting Description Default
graphox.serverPath Path to the graphox binary. Leave empty for automatic detection. ""
graphox.logLevel LSP log level (error, warn, info, debug, trace). "info"

Graphox activates automatically when your workspace root contains graphox.yaml or graphox.yml.

Troubleshooting

If the server does not start, open View > Output and select Graphox Language Server to inspect startup logs.

Resources

  • Repository: https://github.com/soundtrackyourbrand/graphox
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft