Skip to content

Commit fd952a7

Browse files
Update .changeset/ten-years-flash.md
Co-authored-by: Sachin D. Shinde <sachin@apollographql.com>
1 parent 80ea57b commit fd952a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/ten-years-flash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
Fixed handling `@requires` dependency on fields returned by `@interfaceObject`
66

7-
Depending on the merge order of the types, we could fail composition if a type that `@requires` data from an `@interfaceObject` is merged before the interface. Updated merge logic to use explicit merge order of scalars, input objects, input objects and finally objects.
7+
Depending on the merge order of the types, we could fail composition if a type that `@requires` data from an `@interfaceObject` is merged before the interface. Updated merge logic to use explicit merge order of scalars, input objects, interfaces, and finally objects.

0 commit comments

Comments
 (0)