Tags: ONEHOPEWINE/relay
Tags
[persisted queries] Revert file extension to `.queryMap.json` Having `foo.graphql.json` and `foo.graphql.other-ext` next to each other can lead to undefined results depending on packager and presumably the order supported file extensions have been defined. For instance, using TypeScript and the React Native packager (Metro), the `.json` file would get loaded at runtime by Relay rather than the expected `.ts` file.
[language-plugin] Reflect input/output file types in UI.
[language-plugin] Webpack doesn’t like use of `require` at all.
PreviousNext