[
    UndefinedDefinition(
        UndefinedDefinition {
            ty: "Url",
            src: "type Query implements Node {\n  id: ID!\n}\n\ninterface Node {\n  id: ID!\n}\n\ninterface Resource implements Node {\n  id: ID!\n  width: Int\n}\n\ninterface Image implements Resource & Url{\n  id: ID!\n  thumbnail: String\n}",
            definition: SourceSpan {
                offset: SourceOffset(
                    173,
                ),
                length: SourceOffset(
                    3,
                ),
            },
        },
    ),
    TransitiveImplementedInterfaces(
        TransitiveImplementedInterfaces {
            missing_interface: "Node",
            src: "type Query implements Node {\n  id: ID!\n}\n\ninterface Node {\n  id: ID!\n}\n\ninterface Resource implements Node {\n  id: ID!\n  width: Int\n}\n\ninterface Image implements Resource & Url{\n  id: ID!\n  thumbnail: String\n}",
            definition: SourceSpan {
                offset: SourceOffset(
                    162,
                ),
                length: SourceOffset(
                    9,
                ),
            },
        },
    ),
    MissingField(
        MissingField {
            ty: "width",
            src: "type Query implements Node {\n  id: ID!\n}\n\ninterface Node {\n  id: ID!\n}\n\ninterface Resource implements Node {\n  id: ID!\n  width: Int\n}\n\ninterface Image implements Resource & Url{\n  id: ID!\n  thumbnail: String\n}",
            super_definition: SourceSpan {
                offset: SourceOffset(
                    72,
                ),
                length: SourceOffset(
                    63,
                ),
            },
            current_definition: SourceSpan {
                offset: SourceOffset(
                    135,
                ),
                length: SourceOffset(
                    74,
                ),
            },
            help: Some(
                "An interface must be a super-set of all interfaces it implement",
            ),
        },
    ),
]
