# `once query graph-fingerprint`

Compute a deterministic, content-addressed digest of the whole graph.

## Synopsis

```text
once query graph-fingerprint [OPTIONS]
```

## Description

Folds every target declaration, resolved source contents, the pinned Mise toolchain (`mise.toml` and `mise.lock`), and the root workspace manifest into one stable digest with categorized components.

## Options

| Flag | Value | Default | Description |
| --- | --- | --- | --- |
| `--no-sources` | (flag) |  | Exclude resolved source file contents from the digest. |
| `--no-toolchain` | (flag) |  | Exclude the Mise toolchain declarations from the digest. |
| `--no-manifest` | (flag) |  | Exclude the root workspace manifest from the digest. |
