[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            36: "0036_object_type_with_non_output_field_types.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 36,
            },
            offset: 425,
            length: 5,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 36,
                    },
                    offset: 425,
                    length: 5,
                },
                text: "not found in this scope",
            },
        ],
        help: None,
        data: UndefinedDefinition {
            name: "Photo",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            36: "0036_object_type_with_non_output_field_types.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 36,
            },
            offset: 240,
            length: 4,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 36,
                    },
                    offset: 240,
                    length: 4,
                },
                text: "not found in this scope",
            },
        ],
        help: None,
        data: UndefinedDefinition {
            name: "permissions",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            36: "0036_object_type_with_non_output_field_types.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 36,
            },
            offset: 247,
            length: 20,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 36,
                    },
                    offset: 247,
                    length: 20,
                },
                text: "this is of `InputObjectTypeDefinition` type",
            },
        ],
        help: Some(
            "Scalars, Objects, Interfaces, Unions and Enums are output types. Change `coordinates` field to return one of these output types.",
        ),
        data: OutputType {
            name: "coordinates",
            ty: "InputObjectTypeDefinition",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            36: "0036_object_type_with_non_output_field_types.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 36,
            },
            offset: 276,
            length: 8,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 36,
                    },
                    offset: 276,
                    length: 8,
                },
                text: "not found in this scope",
            },
        ],
        help: None,
        data: UndefinedDefinition {
            name: "main",
        },
    },
]
