Skip to content

Commit

Permalink
fix(readme): gatsby-source-shopify: unify variable names (#25882)
Browse files Browse the repository at this point in the history
  • Loading branch information
muescha committed Jul 21, 2020
1 parent 3686df2 commit d404d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-source-shopify/README.md
Expand Up @@ -148,7 +148,7 @@ The following data types are available:
| **ProductOption** | Custom product property names. |
| **ProductVariant** | Represents a different version of a product, such as differing sizes or differing colors. |
| **ShopPolicy** | Policy that a merchant has configured for their store, such as their refund or privacy policy. |
| **ShopDetails** | Name, Description and Currency that a merchant has configured for their store. |
| **ShopDetails** | Name, description and money format that a merchant has configured for their store. |

For each data type listed above, `shopify${typeName}` and
`allShopify${typeName}` is made available. Nodes that are closely related, such
Expand Down

0 comments on commit d404d87

Please sign in to comment.