This extensions contains code snippets for building Slicknode GraphQL backends.
To learn more about Slicknode, checkout the website and the Slicknode documentation
Quickly create GraphQL schema definitions for Slicknode backends with common 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 |
Initial release of Slicknode VS Code extensions