Skip to content

Commit

Permalink
Update warehouses type and null
Browse files Browse the repository at this point in the history
  • Loading branch information
arfenis committed Jul 5, 2023
1 parent 8031ab0 commit 53d86eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphql/schemas/Inventory/variant.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ type Variant {
interactions(visitor: VisitorEntityInput!): Interactions
@method(name: "getEntitySocialInteractions")
product: Product
warehouses: [WarehouseVariantRelationship]
attributes: [VariantsAttributes]
warehouses: [WarehouseVariantRelationship!]! @hasMany(relation: "variantWarehouses")
attributes: [VariantsAttributes!]!
companies: Company
}

Expand Down

0 comments on commit 53d86eb

Please sign in to comment.