jesseweed / seti-ui

A subtle dark colored UI theme for Atom.
MIT License
941 stars 283 forks source link

Add .graphqls extension for GraphQL #583

Closed marklawlor closed 3 years ago

marklawlor commented 3 years ago

Some graphql tools are now using .graphqls to differentiate between front-end .graphql files and back-end .graphqls files (which are normally fragments of a larger schema.

Example: Adobe Magento uses .graphqls files to split up the schema of their modules (https://devdocs.magento.com/guides/v2.4/graphql/develop/create-graphqls-file.html)

orta commented 3 years ago

Cool, this seems reasonable to me 👍🏻