Skip to content

Commit

Permalink
Update spec/Section 4 -- Composition.md
Browse files Browse the repository at this point in the history
Co-authored-by: Glen <[email protected]>
  • Loading branch information
michaelstaib and glen-84 authored Dec 17, 2024
1 parent 35ada33 commit a622031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/Section 4 -- Composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ input Input1 {
}
```

In this example, the field `field` on `Input1` is not mergable as the field has
different named types across (`String` and `DateTime`) source schemas:
In this example, the field `field` on `Input1` is not mergeable as the field has
different named types (`String` and `DateTime`) across source schemas:

```graphql counter-example
input Input1 {
Expand Down

0 comments on commit a622031

Please sign in to comment.