Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmac authored Dec 24, 2020
1 parent c79240a commit 873751d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions type-merging-interfaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ query {
}
```

If you study the results here, `Storefront.products` now returns the `ProductOffering` interface:
If you study the results here, `Storefront.productOfferings` field returns the `ProductOffering` interface:

```graphql
# Products schema
Expand All @@ -61,7 +61,7 @@ interface ProductOffering {
}
```

This interface is now implemented by two types:
This interface is implemented by two types:

- `Product`: a basic product record from the Products service.
- `ProductDeal`: a wrapper for a set of products given a special price, managed in the Storefronts service.
Expand Down

0 comments on commit 873751d

Please sign in to comment.