[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            42: "0042_mutation_operation_with_undefined_fields.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 42,
            },
            offset: 217,
            length: 3,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 42,
                    },
                    offset: 217,
                    length: 3,
                },
                text: "not found in this scope",
            },
        ],
        help: None,
        data: UndefinedDefinition {
            name: "Cat",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            42: "0042_mutation_operation_with_undefined_fields.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 42,
            },
            offset: 223,
            length: 3,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 42,
                    },
                    offset: 223,
                    length: 3,
                },
                text: "not found in this scope",
            },
        ],
        help: None,
        data: UndefinedDefinition {
            name: "Dog",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            42: "0042_mutation_operation_with_undefined_fields.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 42,
            },
            offset: 31,
            length: 22,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 42,
                    },
                    offset: 31,
                    length: 22,
                },
                text: "`undefinedMutationField` field is not defined",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 42,
                    },
                    offset: 100,
                    length: 69,
                },
                text: "`Mutation` declared here",
            },
        ],
        help: Some(
            "`undefinedMutationField` is not defined on `Mutation` type",
        ),
        data: UndefinedField {
            field: "undefinedMutationField",
        },
    },
]
