UNPKG

@dfrnt/gatsby-source-graphql-nodes

Version:

A Gatsby plugin to plugin sources nodes from an external GraphQL endpoint query

8 lines (4 loc) 395 B
# Technical notes taken during development ## Conversion from Javascript to Typescript Many thanks to Greg Perlman for contributing excellent documentation on how to convert a plugin from Javascript to Typescript. Easy to follow and enables the use of modern Typescript features. * [Creating a Gatsby Plugin With Typescript](https://gregperlman.dev/creating-a-gatsby-plugin-with-typescript/)