Skip to content

Commit 428352f

Browse files
Update spec/Section 4 -- Composition.md
Co-authored-by: Glen <[email protected]>
1 parent 49fe81a commit 428352f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 4 -- Composition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6366,7 +6366,7 @@ type Product {
63666366

63676367
# Schema Inventory
63686368
type Query {
6369-
productBySku(sku: ID!): Product @lookup
6369+
productBySku(sku: String!): Product @lookup
63706370
}
63716371

63726372
type Product {

0 commit comments

Comments
 (0)