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.
2 parents 316c5ae + 6142f01 commit c43198dCopy full SHA for c43198d
guides/types/abstract_types.md
@@ -36,7 +36,7 @@ end
36
37
## Type-Level Resolution Hooks
38
39
-Instead of a single, top-level `resolve_type` function, you can provide type-level functions:
+In addition to a single, top-level `resolve_type` function, you can provide type-level functions:
40
41
```ruby
42
MyUnion = GraphQL::UnionType.define do
@@ -52,7 +52,7 @@ MyInterface = GraphQL::InterfaceType.define do
52
end
53
```
54
55
-These functions take priority over the schema-level function.
+Keep the schema-level `resolve_type` function: these type-level functions take priority over the schema-level function.
56
57
## Orphan Types
58
0 commit comments