gatsby-node-helpers
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "gatsby-node-helpers", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Gatsby node helper functions to aid node creation.", | ||
@@ -20,3 +20,4 @@ "main": "dist/index.js", | ||
"keywords": [ | ||
"gatsby" | ||
"gatsby", | ||
"gatsby-plugin" | ||
], | ||
@@ -23,0 +24,0 @@ "author": "Angelo Ashmore", |
@@ -101,3 +101,3 @@ # gatsby-node-helpers | ||
import { ProductNode } from './nodes' | ||
import { ProductNode, ProductVariantNode } from './nodes' | ||
import { getAllProducts } from './api' | ||
@@ -104,0 +104,0 @@ |
12812