https://github.com/slicknode/slicknode-vscode
VSCode extension for Slicknode
https://github.com/slicknode/slicknode-vscode
Last synced: about 1 year ago
JSON representation
VSCode extension for Slicknode
- Host: GitHub
- URL: https://github.com/slicknode/slicknode-vscode
- Owner: slicknode
- Created: 2021-06-02T22:52:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T20:44:49.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T12:46:16.876Z (about 1 year ago)
- Size: 729 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Slicknode VS Code extension
This extensions contains code snippets for building [Slicknode](https://slicknode.com) GraphQL backends.
To learn more about Slicknode, checkout [the website](https://slicknode.com) and [the Slicknode documentation](https://slicknode.com/docs/)
## Features
Quickly create GraphQL schema definitions for [Slicknode backends](https://slicknode.com) with common
snippets:

## Snippets
Below is a list of the available snippets and the triggers that add the snippet in your `schema.graphql` files. The **→** means the `TAB` key.
| Trigger | Content |
| ------: | -------------------------------------------------- |
| `scn→` | type with Content and Node interfaces |
| `sn→` | type with Node interfaces |
| `stn→` | type with Node and TimeStampedInterface interfaces |
| `smu→` | mutation with payload and input types |
## Release Notes
### 1.0.0
Initial release of Slicknode VS Code extensions