Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Hestia GraphQLNew to Visual Studio Code? Get it now.
Hestia GraphQL

Hestia GraphQL

allison-williams

|
259 installs
| (0) | Free
A fork of the official Apollo GraphQL extension with performance improvements and support for type parameters in gql tags
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Artemis GraphQL for VS Code

This is a fork of the official Apollo GraphQL extension that adds performance improvements for file watching and supports type parameters in gql tags:

const employeesQuery = graphql<"EmployeesQuery">`
  query employees {
    firstName
    lastName
  }
`;
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft