We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5b4b38 + 5741ea7 commit 570e1eeCopy full SHA for 570e1ee
1 file changed
spec/Section 3 -- Type System.md
@@ -410,10 +410,12 @@ of rules must be adhered to by every Object type in a GraphQL schema.
410
defined in an interface.
411
1. The object field must be of a type which is equal to the
412
interface field (invariant).
413
- 2. The object field must include the exact same set of named arguments as
414
- defined by the interface field.
+ 2. The object field must include an argument of the same name for every
+ argument defined in the interface field.
415
1. The object field argument must accept the same type (invariant) as
416
the interface field argument.
417
+ 3. The object field may include additional arguments not defined in the
418
+ interface field, but any additional argument must not be required.
419
420
421
### Interfaces
0 commit comments