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

Artemis GraphQL

sunny-mittal

|
1,017 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 = gql<"EmployeesQuery">`
  query employees {
    firstName
    lastName
  }
`;
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft