We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d9e37 commit 7170d82Copy full SHA for 7170d82
1 file changed
spec/Section 3 -- Type System.md
@@ -310,8 +310,8 @@ GraphQL supports two abstract types: interfaces and unions.
310
311
An `Interface` defines an ordered set of fields; `Object` types and other
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.
+fields (in any order). Whenever a field claims it will return an Interface type,
+it will return a valid implementing Object type during execution.
315
316
A `Union` defines a set of possible types; similar to interfaces, whenever the
317
type system claims a union will be returned, one of the possible types will be
0 commit comments