[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            34: "0034_object_type_definition_with_missing_transitive_fields.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 34,
            },
            offset: 0,
            length: 56,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 34,
                    },
                    offset: 0,
                    length: 56,
                },
                text: "add `id` field to this object",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 34,
                    },
                    offset: 77,
                    length: 7,
                },
                text: "`id` was originally defined here",
            },
        ],
        help: Some(
            "An object must provide all fields required by the interfaces it implements",
        ),
        data: MissingField {
            field: "id",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            34: "0034_object_type_definition_with_missing_transitive_fields.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 34,
            },
            offset: 0,
            length: 56,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 34,
                    },
                    offset: 0,
                    length: 56,
                },
                text: "add `width` field to this object",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 34,
                    },
                    offset: 111,
                    length: 10,
                },
                text: "`width` was originally defined here",
            },
        ],
        help: Some(
            "An object must provide all fields required by the interfaces it implements",
        ),
        data: MissingField {
            field: "width",
        },
    },
]
