An open API service indexing awesome lists of open source software.

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

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:

![Demo](images/demo.gif)

## 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