File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -310,8 +310,8 @@ GraphQL supports two abstract types: interfaces and unions.
310
310
311
311
An `Interface ` defines an ordered set of fields ; `Object ` types and other
312
312
Interface types which implement this Interface are guaranteed to implement those
313
- fields . Whenever a field claims it will return an Interface type , it will return
314
- a valid implementing Object type during execution .
313
+ fields (in any order) . Whenever a field claims it will return an Interface type ,
314
+ it will return a valid implementing Object type during execution .
315
315
316
316
A `Union ` defines a set of possible types ; similar to interfaces , whenever the
317
317
type system claims a union will be returned , one of the possible types will be
You can’t perform that action at this time.
0 commit comments