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