Skip to content

Commit 26f90dc

Browse files
Some updates
1 parent f087d54 commit 26f90dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/src/docs/hotchocolate/v14/migrating/migrate-from-13-to-14.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ The methods used for parsing and serialization have also been renamed:
138138

139139
The `Parse()` (previously `Deserialize()`) method has also changed its return type from `IdValue` to `NodeId`. The parsed Id value can now be accessed through the `NodeId.InternalId` instead of the `IdValue.Value` property.
140140

141+
The ability to encode the schema name in the GID via `.Serialize("SchemaName", "MyType", "<raw-id>")` has been dropped and is no longer supported.
142+
141143
## Node Resolver validation
142144

143145
We now enforce that each object type implementing the `Node` interface also defines a resolver, so that the object can be refetched through the `node(id: ID!)` field.

0 commit comments

Comments
 (0)