[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            86: "0089_fragment_type_condition_on_non_existent_types.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 86,
            },
            offset: 301,
            length: 55,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 86,
                    },
                    offset: 301,
                    length: 55,
                },
                text: "`Interface2` is defined here but not declared in the schema",
            },
        ],
        help: Some(
            "consider defining `Interface2` in the schema",
        ),
        data: InvalidFragment {
            ty: Some(
                "Interface2",
            ),
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            86: "0089_fragment_type_condition_on_non_existent_types.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 86,
            },
            offset: 267,
            length: 30,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 86,
                    },
                    offset: 267,
                    length: 30,
                },
                text: "`MissingType` is defined here but not declared in the schema",
            },
        ],
        help: Some(
            "consider defining `MissingType` in the schema",
        ),
        data: InvalidFragment {
            ty: Some(
                "MissingType",
            ),
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            86: "0089_fragment_type_condition_on_non_existent_types.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 86,
            },
            offset: 93,
            length: 40,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 86,
                    },
                    offset: 93,
                    length: 40,
                },
                text: "`MissingSecondType` is defined here but not declared in the schema",
            },
        ],
        help: Some(
            "consider defining `MissingSecondType` in the schema",
        ),
        data: InvalidFragment {
            ty: Some(
                "MissingSecondType",
            ),
        },
    },
]
