Deploy using GraphQL Editor
Deploy code hosted inside the GraphQL Editor Cloud
You can write small microservices inside the editor microservices Code Tab. It is not a full-featured IDE, however you can create some basic field resolvers there and bind them to serverless functions. It is enough to, for example, write integration code.
Currently microservices can be written in TypeScript and JavaScript. Our editor also supports package.json
and tsconfig.json
out of the box. If you have a build script you should provide it during deployment inside the popup dropdown menu.
Last updated