[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            87: "0090_fragment_spread_impossible.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 87,
            },
            offset: 476,
            length: 26,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 87,
                    },
                    offset: 476,
                    length: 26,
                },
                text: "fragment `catInDogFragmentInvalid` cannot be applied",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 87,
                    },
                    offset: 638,
                    length: 77,
                },
                text: "fragment declared with type condition `Dog` here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 87,
                    },
                    offset: 262,
                    length: 65,
                },
                text: "type condition `Dog` is not assignable to this type",
            },
        ],
        help: None,
        data: InvalidFragmentSpread {
            name: Some(
                "catInDogFragmentInvalid",
            ),
            type_name: "Human",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            87: "0090_fragment_spread_impossible.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 87,
            },
            offset: 682,
            length: 31,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 87,
                    },
                    offset: 682,
                    length: 31,
                },
                text: "fragment applied with type condition `Cat` here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 87,
                    },
                    offset: 108,
                    length: 61,
                },
                text: "type condition `Cat` is not assignable to this type",
            },
        ],
        help: None,
        data: InvalidFragmentSpread {
            name: None,
            type_name: "Dog",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            87: "0090_fragment_spread_impossible.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 87,
            },
            offset: 759,
            length: 31,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 87,
                    },
                    offset: 759,
                    length: 31,
                },
                text: "fragment applied with type condition `Dog` here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 87,
                    },
                    offset: 33,
                    length: 38,
                },
                text: "type condition `Dog` is not assignable to this type",
            },
        ],
        help: None,
        data: InvalidFragmentSpread {
            name: None,
            type_name: "Sentient",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            87: "0090_fragment_spread_impossible.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 87,
            },
            offset: 844,
            length: 31,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 87,
                    },
                    offset: 844,
                    length: 31,
                },
                text: "fragment applied with type condition `Cat` here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 87,
                    },
                    offset: 403,
                    length: 34,
                },
                text: "type condition `Cat` is not assignable to this type",
            },
        ],
        help: None,
        data: InvalidFragmentSpread {
            name: None,
            type_name: "HumanOrAlien",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            87: "0090_fragment_spread_impossible.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 87,
            },
            offset: 571,
            length: 28,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 87,
                    },
                    offset: 571,
                    length: 28,
                },
                text: "fragment `nonIntersectingInterfaces` cannot be applied",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 87,
                    },
                    offset: 879,
                    length: 68,
                },
                text: "fragment declared with type condition `Pet` here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 87,
                    },
                    offset: 262,
                    length: 65,
                },
                text: "type condition `Pet` is not assignable to this type",
            },
        ],
        help: None,
        data: InvalidFragmentSpread {
            name: Some(
                "nonIntersectingInterfaces",
            ),
            type_name: "Human",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            87: "0090_fragment_spread_impossible.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 87,
            },
            offset: 925,
            length: 20,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 87,
                    },
                    offset: 925,
                    length: 20,
                },
                text: "fragment `sentientFragment2` cannot be applied",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 87,
                    },
                    offset: 949,
                    length: 49,
                },
                text: "fragment declared with type condition `Sentient` here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 87,
                    },
                    offset: 73,
                    length: 33,
                },
                text: "type condition `Sentient` is not assignable to this type",
            },
        ],
        help: None,
        data: InvalidFragmentSpread {
            name: Some(
                "sentientFragment2",
            ),
            type_name: "Pet",
        },
    },
]
