Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Jul 25, 2024
1 parent 0c1b4ac commit 031bebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Section 2 -- Source Schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ type Product {
id: ID!
delivery(
zip: String!
dimension: ProductDimensionInput! @require(field: "{ dimension.size, dimension.weight }"))
dimension: ProductDimensionInput! @require(field: "{ size: dimension.size, weight: dimension.weight }"))
): DeliveryEstimates
}
```
Expand Down

0 comments on commit 031bebf

Please sign in to comment.