mirror of
https://github.com/strapi/strapi.git
synced 2025-07-18 22:45:47 +00:00

Previously schema files could only end in .graphql files. This caused a problem with IDE's since these files are actually javascript files. This pull request should also detect ```.graphql.js``` files while keeping backward compatibility with the ```.graphql``` extension.