⚠️ This lesson is retired and might contain outdated information.

Install graphql-tag to Enable Syntax Highlighting For GraphQL Queries

Ian Jones
InstructorIan Jones
Share this video with your friends

Social Share Links

Send Tweet

In this lesson, we are going to install graphql-tag to enable syntax highlighting to our GraphQL query. graphql-tag parses your query and stores it as an AST. graphql-tag caches the parsed query, so it won't have to parse it multiple times.