You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# ResGraph Changelog
2
2
3
+
## 1.2.0
4
+
5
+
- Add repeatable `@gql.implements("InterfaceName")` for declaring object and interface implementations without spreading fields into the ReScript record.
6
+
- Validate GraphQL interface implementation parity during schema generation, including missing interfaces, missing fields, output field type compatibility, required field arguments, argument type mismatches, and extra required arguments.
7
+
3
8
## 1.1.6
4
9
5
10
- Support escaped resolver argument labels for reserved ReScript names, allowing GraphQL arguments like `constraint` while using ReScript-safe local bindings.
Justlikewith [fieldsonobjecttypes](object-types#fields), you can expose fields on interfaces either directly via `@gql.field`, or by defining a function with `@gql.field`.
0 commit comments