[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            84: "0087_fragment_type_condition_on_composite_types.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 84,
            },
            offset: 52,
            length: 25,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 84,
                    },
                    offset: 52,
                    length: 25,
                },
                text: "field `price` of type `Int` is a scalar and cannot select any fields",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 0,
                    },
                    offset: 2963,
                    length: 150,
                },
                text: "`Int` declared here",
            },
        ],
        help: None,
        data: DisallowedSubselection,
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            84: "0087_fragment_type_condition_on_composite_types.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 84,
            },
            offset: 328,
            length: 25,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 84,
                    },
                    offset: 328,
                    length: 25,
                },
                text: "fragment declares unsupported type condition `Int`",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 0,
                    },
                    offset: 2963,
                    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: 108,
            length: 29,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 84,
                    },
                    offset: 108,
                    length: 29,
                },
                text: "fragment declares unsupported type condition `Int`",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 0,
                    },
                    offset: 2963,
                    length: 150,
                },
                text: "`Int` is defined here",
            },
        ],
        help: Some(
            "fragments cannot be defined on enums, scalars and input object",
        ),
        data: InvalidFragmentTarget {
            ty: "Int",
        },
    },
]
