Beignet API reference
    Preparing search index...

    Type Alias ContractQueryContractKey

    ContractQueryContractKey: readonly [
        typeof BEIGNET_QUERY_KEY_SCOPE,
        string
        | null,
        string,
        string,
    ]

    Query key for one contract without path/query/body params.

    The fourth element is the contract route ("GET /todos"), so contracts with the same derived local name but different routes never share a key.