Error: type does not satisfy interface `Resource`: missing field `width`
    ╭─[0025_interface_definition_with_missing_transitive_fields.graphql:14:1]
    │
 11 │       width: Int
    │       ─────┬────  
    │            ╰────── `width` was originally defined by Resource here
    │ 
 14 │ ╭─▶ interface Image implements Resource & Node {
    │ │                              ────┬───  
    │ │                                  ╰───── implementation of interface Resource declared here
    ┆ ┆   
 17 │ ├─▶ }
    │ │      
    │ ╰────── add `width` field to this interface
    │     
    │     Help: An interface must be a super-set of all interfaces it implements
────╯

