We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b9bae commit 4708c19Copy full SHA for 4708c19
README.md
@@ -189,7 +189,7 @@ field Department.employees ..."`
189
190
Looking at the `employees` field above, if you write the type annotation with Employee first,
191
`employees: T.List[T.Union[EmployeeModel, ManagerModel]]`, you will not be able to query
192
-manager-related fields (in this case `title`). In a query containing a spread like this, :
+manager-related fields (in this case `title`). In a query containing a spread like this:
193
194
```
195
...on Employee {
0 commit comments