Browse Source

fix(server): Add languageCode to ProductVariant schema

Michael Bromley 7 years ago
parent
commit
151290cb4c
2 changed files with 1 additions and 0 deletions
  1. 0 0
      schema.json
  2. 1 0
      server/src/entity/product-variant/product-variant.graphql

File diff suppressed because it is too large
+ 0 - 0
schema.json


+ 1 - 0
server/src/entity/product-variant/product-variant.graphql

@@ -1,5 +1,6 @@
 type ProductVariant implements Node {
 type ProductVariant implements Node {
     id: ID!
     id: ID!
+    languageCode: LanguageCode!
     sku: String
     sku: String
     name: String
     name: String
     image: String
     image: String

Some files were not shown because too many files changed in this diff