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: rfcs/ObjectIdentification.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ This interface could be used by clients with schema knowledge (such as Apollo Ko
38
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.
39
39
Alternatively, implementers might also choose to explicitly add the interface to types that can be uniquely identified.
40
40
41
-
### Feature detection
41
+
### Presence of globally identifiable types in the schema
42
42
43
43
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:
0 commit comments