[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            40: "0040_operation_with_undefined_fields_on_reference_type.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 40,
            },
            offset: 21,
            length: 4,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 40,
                    },
                    offset: 21,
                    length: 4,
                },
                text: "`size` field is not defined",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 40,
                    },
                    offset: 38,
                    length: 52,
                },
                text: "`Query` declared here",
            },
        ],
        help: Some(
            "`size` is not defined on `Query` type",
        ),
        data: UndefinedField {
            field: "size",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            40: "0040_operation_with_undefined_fields_on_reference_type.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 40,
            },
            offset: 28,
            length: 6,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 40,
                    },
                    offset: 28,
                    length: 6,
                },
                text: "`weight` field is not defined",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 40,
                    },
                    offset: 38,
                    length: 52,
                },
                text: "`Query` declared here",
            },
        ],
        help: Some(
            "`weight` is not defined on `Query` type",
        ),
        data: UndefinedField {
            field: "weight",
        },
    },
]
