Why strapi v4 does not export GraphQL schema file?

System Information
  • Strapi Version: v4
  • Operating System: Doesn’t matter
  • Database: MySQL
  • Node Version: 14
  • NPM Version: 6

In Strapi v3 we had this exports/graphql/schema.graphql file generated with the entire schema for graphql endpoint.

In v4 I can’t find this file any more.

Is there any plan to bring it back?

You can create your own plugin to create a schema.graphql file.

1 Like