Skip to content

Commit 058a4c6

Browse files
authored
Update rfcs/ObjectIdentification.md
1 parent 66a382b commit 058a4c6

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
@@ -38,7 +38,7 @@ This interface could be used by clients with schema knowledge (such as Apollo Ko
3838
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

41-
### Feature detection
41+
### Presence of globally identifiable types in the schema
4242

4343
To allow clients to detect if a server supports this feature, the value of the `__id` field on the `Query` type should be specified as well:
4444

0 commit comments

Comments
 (0)