Skip to content

Commit

Permalink
fix type in README (#343)
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Ziarko <mziarko@virtuslab.com>
  • Loading branch information
Elod-T and cyp3rius authored May 26, 2023
1 parent caa03ab commit f183399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ Live example of plugin usage can be found in the [VirtusLab Strapi Examples](htt

**Q:** I would like to use GraphQL schemas but I'm not getting renderNavigation query or even proper types as Navigation, NavigationItem etc. What should I do?

**A:** **A:** There is a one trick you might try. Strapi by default is ordering plugins by the way which takes `strapi-plugin-graphql` to initialize earlier than other plugins so types might not be injected. If you don't have it yet, please create `config/plugins.js` file and put there following lines (put `graphql` at the end):
**A:** There is a one trick you might try. Strapi by default is ordering plugins by the way which takes `strapi-plugin-graphql` to initialize earlier than other plugins so types might not be injected. If you don't have it yet, please create `config/plugins.js` file and put there following lines (put `graphql` at the end):

```js
module.exports = {
Expand Down

0 comments on commit f183399

Please sign in to comment.