Develop your integrations
Create your own no-code integrations
Development
To develop a GraphQL Editor Integration use the gecli create backend
command to create your project. Then initialize the integration.
Data format
integration.ts
Later on use the gecli gei integrate
command to integrate your TypeScript file to the stucco.json
Init
Init files needed to create the integration from your backend project to be used in GraphQL Editor No-Code editor or as npm package.
Integrate
Integrate your files with the project's stucco.json
Publish
Publish your integration to GraphQL Editor for use in the GraphQL Editor No-Code editor.
Unpublish
Unpublish your integration from GraphQL Editor.
Last updated