Skip to content

Commit

Permalink
Merge pull request #17 from ginlane/update-source-nodes
Browse files Browse the repository at this point in the history
Update source nodes naming
  • Loading branch information
dhunninghake committed Dec 7, 2021
2 parents b055d02 + 1f0a561 commit 5f5b7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getReviews, getQuestions, getShopifyProducts } from './fetch'
import { formatMsg, decodeShopifyId, createNodeFactory } from './utils'
import { mockYotpoResponse } from './mock'

export const sourceNodes = async (
export const createSchemaCustomization = async (
{ actions: { createNode }, createNodeId, createContentDigest },
{
shopName,
Expand Down

0 comments on commit 5f5b7f1

Please sign in to comment.