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 5c69109 commit 150fe31Copy full SHA for 150fe31
src/content/learn/Learn-Schema.md
@@ -297,7 +297,7 @@ Learn more about this in the [inline fragments](/learn/queries/#inline-fragments
297
298
### Union types
299
300
-Union types are very similar to interfaces, but they don't get too specify about any common fields between the types.
+Union types share similarities with interfaces; however, they lack the ability to define any shared fields among the constituent types.
301
302
```graphql
303
union SearchResult = Human | Droid | Starship
0 commit comments