[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            91: "0094_object_type_extensions.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 91,
            },
            offset: 64,
            length: 8,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 91,
                    },
                    offset: 64,
                    length: 8,
                },
                text: "previous definition of `age` here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 91,
                    },
                    offset: 75,
                    length: 8,
                },
                text: "`age` redefined here",
            },
        ],
        help: Some(
            "`age` field must only be defined once in this input object definition.",
        ),
        data: UniqueField {
            field: "age",
            original_definition: DiagnosticLocation {
                file_id: FileId {
                    id: 91,
                },
                offset: 64,
                length: 8,
            },
            redefined_definition: DiagnosticLocation {
                file_id: FileId {
                    id: 91,
                },
                offset: 75,
                length: 8,
            },
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            91: "0094_object_type_extensions.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 91,
            },
            offset: 113,
            length: 12,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 91,
                    },
                    offset: 113,
                    length: 12,
                },
                text: "previous definition of `name` here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 91,
                    },
                    offset: 161,
                    length: 12,
                },
                text: "`name` redefined here",
            },
        ],
        help: Some(
            "`name` field must only be defined once in this input object definition.",
        ),
        data: UniqueField {
            field: "name",
            original_definition: DiagnosticLocation {
                file_id: FileId {
                    id: 91,
                },
                offset: 113,
                length: 12,
            },
            redefined_definition: DiagnosticLocation {
                file_id: FileId {
                    id: 91,
                },
                offset: 161,
                length: 12,
            },
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            91: "0094_object_type_extensions.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 91,
            },
            offset: 290,
            length: 14,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 91,
                    },
                    offset: 233,
                    length: 14,
                },
                text: "directive nonRepeatable first called here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 91,
                    },
                    offset: 290,
                    length: 14,
                },
                text: "directive nonRepeatable called again here",
            },
        ],
        help: None,
        data: UniqueDirective {
            name: "nonRepeatable",
            original_call: DiagnosticLocation {
                file_id: FileId {
                    id: 91,
                },
                offset: 233,
                length: 14,
            },
            conflicting_call: DiagnosticLocation {
                file_id: FileId {
                    id: 91,
                },
                offset: 290,
                length: 14,
            },
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            91: "0094_object_type_extensions.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 91,
            },
            offset: 469,
            length: 4,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 91,
                    },
                    offset: 386,
                    length: 4,
                },
                text: "`Base` interface implementation previously declared here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 91,
                    },
                    offset: 469,
                    length: 4,
                },
                text: "`Base` interface implementation declared again here",
            },
        ],
        help: None,
        data: DuplicateImplementsInterface {
            ty: "UniqueInterfaces",
            interface: "Base",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            91: "0094_object_type_extensions.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 91,
            },
            offset: 537,
            length: 82,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 91,
                    },
                    offset: 537,
                    length: 82,
                },
                text: "add `fail` field to this object",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 91,
                    },
                    offset: 659,
                    length: 13,
                },
                text: "`fail` was originally defined here",
            },
        ],
        help: Some(
            "An object must provide all fields required by the interfaces it implements",
        ),
        data: MissingField {
            field: "fail",
        },
    },
]
