[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            84: "0087_fragment_type_condition_on_composite_types.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 84,
            },
            offset: 98,
            length: 29,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 0,
                    },
                    offset: 2916,
                    length: 150,
                },
                text: "`Int` is defined here",
            },
        ],
        help: Some(
            "fragments cannot be defined on enums, scalars and input object",
        ),
        data: InvalidFragmentTarget {
            ty: "Int",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            84: "0087_fragment_type_condition_on_composite_types.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 84,
            },
            offset: 221,
            length: 39,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 0,
                    },
                    offset: 2916,
                    length: 150,
                },
                text: "`Int` is defined here",
            },
        ],
        help: Some(
            "fragments cannot be defined on enums, scalars and input object",
        ),
        data: InvalidFragmentTarget {
            ty: "Int",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            84: "0087_fragment_type_condition_on_composite_types.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 84,
            },
            offset: 254,
            length: 4,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 84,
                    },
                    offset: 254,
                    length: 4,
                },
                text: "`name` field is not defined",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 0,
                    },
                    offset: 2916,
                    length: 150,
                },
                text: "`Int` declared here",
            },
        ],
        help: Some(
            "`name` is not defined on `Int` type",
        ),
        data: UndefinedField {
            field: "name",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            84: "0087_fragment_type_condition_on_composite_types.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 84,
            },
            offset: 305,
            length: 25,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 0,
                    },
                    offset: 2916,
                    length: 150,
                },
                text: "`Int` is defined here",
            },
        ],
        help: Some(
            "fragments cannot be defined on enums, scalars and input object",
        ),
        data: InvalidFragmentTarget {
            ty: "Int",
        },
    },
]
