diff --git a/spec/Section 2 -- Source Schema.md b/spec/Section 2 -- Source Schema.md index fa00151..9576f0d 100644 --- a/spec/Section 2 -- Source Schema.md +++ b/spec/Section 2 -- Source Schema.md @@ -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 } ```