nileio / node-red-contrib-graphql-server

GraphQL and Subscription server implementation for Node-RED
MIT License
10 stars 1 forks source link

schema editor syntax highlighting is not working #3

Closed nileio closed 3 years ago

nileio commented 3 years ago

I added graphql ace editor mode by loading the js build directly using a script tag. I cannot reproduce this issue on my dev too will investigate. No syntax highlighting for time being in the node config - use the built-in GraphQL Graphical Editor - a nice app to create GraphQL schemas visually if you like.

nileio commented 3 years ago

fixed with node-red version 1.3 making use of the resources folder feature