Course lesson

Install and Query GraphQL API in Strapi

GraphQL is a powerful technology that lets you query the exact data that you need when you need it on your front end. Strapi allows for GraphQL integration through a plugin.

Duration
1 min
Access
Included
Transcript
Retained from source evidence

GraphQL is a powerful technology that lets you query the exact data that you need when you need it on your front end. Strapi allows for GraphQL integration through a plugin.

You can install GraphQL with the following command:

Terminal
yarn strapi install graphql

You'll notice this adds GraphQL in your plugins tab within Strapi.

When that is installed you can navigate to /graphql in your Strapi project and query the data you have.