Skip to content

Commit 6b6c02c

Browse files
phryneasBoD
andauthored
Update rfcs/ObjectIdentification.md
Co-authored-by: Benoit 'BoD' Lubek <[email protected]>
1 parent 46437e9 commit 6b6c02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/ObjectIdentification.md

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

55
## Problem statement
66

7-
Currently, there is no way for clients to know if an object is can be uniquely identified. This makes it hard for clients to implement caching strategies that rely on object identity for normalization, or for AI agents that need to communicate with other systems, referencing objects returned from a GraphQL API.
7+
Currently, there is no way for clients to know if an object can be uniquely identified. This makes it hard for clients to implement caching strategies that rely on object identity for normalization, or for AI agents that need to communicate with other systems, referencing objects returned from a GraphQL API.
88

99
This is in part solved by patterns like [Global Object Identification](https://graphql.org/learn/global-object-identification/), but this is nothing clients can generally rely on, since there is no guarantee that a server actually follows this pattern or just accidentally overlaps with it, without actually fully implementing it.
1010

0 commit comments

Comments
 (0)