Skip to content

@urql/core@5.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 18:12
· 43 commits to main since this release
3b679a6

Patch Changes

  • Change how we calculate the OperationKey to take files into account, before we
    would encode them to null resulting in every mutation with the same variables
    (excluding the files) to have the same key. This resulted in mutations that upload
    different files at the same time to share a result in GraphCache
    Submitted by @JoviDeCroock (See #3601)