Skip to content

Commit

Permalink
Merge pull request #1352 from bakaphp/hotfix-importer-attributes-fix
Browse files Browse the repository at this point in the history
refact: fix create variant
  • Loading branch information
kaioken authored May 18, 2024
2 parents 832c39d + e2695e0 commit f1812bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/schemas/Inventory/importer.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ input ImporterProductInput {
sourceId: Mixed
productType: ProductTypeInput
categories: [CategoryInput!]
attributes: [AttributeInput!]
attributes: [ProductAttributesInput!]
customFields: [CustomFieldEntityInput!]
}

Expand Down

0 comments on commit f1812bb

Please sign in to comment.