compatibility - Javascript ECMASCRIPT w/ Graphql -


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

does know if graphql compatible used javascript ecmascript5?

the graphql-js library bundles before publishing npm, you're not required use babel in consuming app unless choose.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -