Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.04 KB

Slicknode VS Code extension

This extensions contains code snippets for building Slicknode GraphQL backends.

To learn more about Slicknode, checkout the website and the Slicknode documentation

Features

Quickly create GraphQL schema definitions for Slicknode backends with common snippets:

Demo

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