File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -410,10 +410,12 @@ of rules must be adhered to by every Object type in a GraphQL schema.
410
410
defined in an interface.
411
411
1 . The object field must be of a type which is equal to the
412
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.
413
+ 2 . The object field must include an argument of the same name for every
414
+ argument defined in the interface field.
415
415
1 . The object field argument must accept the same type (invariant) as
416
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.
417
419
418
420
419
421
### Interfaces
You can’t perform that action at this time.
0 commit comments