kinetex - v1.0.0-rc.1
    Preparing search index...

    Function mergeQuery

    • Merge two query inputs. Right operand wins on conflict. null values in right operand delete the key.

      Parameters

      • base: QueryInput

        The base query input.

      • overrides: QueryInput

        The overrides to merge in.

      Returns QueryInput

      A new QueryInput with merged values.