Search code examples
javascriptcompatibilitygraphql

Javascript ECMASCRIPT w/ Graphql


Looking to implement graphql in an existing non-ecmascript6 stack without babel. I'm not sure if graphql's javascript interfaces support that. I can't find any documentation stating either way.

Does anyone know if graphql is compatible to be used with javascript ecmascript5?


Solution

  • The graphql-js library bundles before publishing to npm, so you're not required to use babel in your consuming app unless you so choose.