Skip to content

Commit 66a382b

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

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
@@ -35,7 +35,7 @@ interface __Entity {
3535

3636
This interface could be used by clients with schema knowledge (such as Apollo Kotlin or Apollo iOS) at build time to decide if a certain type can be uniquely identified (and thus, stored in a normalized way) or not.
3737

38-
This interface may implicitly added to objects that implement a way to resolve the `__id` field to a non-null value, depending on the server implementation.
38+
This interface may be implicitly added to objects that implement a way to resolve the `__id` field to a non-null value, depending on the server implementation.
3939
Alternatively, implementers might also choose to explicitly add the interface to types that can be uniquely identified.
4040

4141
### Feature detection

0 commit comments

Comments
 (0)