Skip to content

Commit f9ccb71

Browse files
committed
Clarify that abstract types are supported by loads:
1 parent 07abd0f commit f9ccb71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guides/mutations/mutation_classes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,5 @@ class Mutations::AddStar < Mutations::BaseMutation
153153
end
154154
end
155155
```
156+
157+
In the above examples, `loads:` is provided a concrete type, but it also supports abstract types (i.e. interfaces and unions).

0 commit comments

Comments
 (0)