[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            83: "0086_unused_fragment.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 83,
            },
            offset: 147,
            length: 43,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 83,
                    },
                    offset: 147,
                    length: 43,
                },
                text: "`nameFragment` is defined here",
            },
        ],
        help: Some(
            "fragment `nameFragment` must be used in an operation",
        ),
        data: UnusedFragment {
            name: "nameFragment",
        },
    },
]
