Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
U
urql
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gargantext
  • urql
  • Repository

Switch branch/tag
  • urql
  • packages
  • core
  • src
  • client.test.ts
Find file
BlameHistoryPermalink
  • Phil Pluckthun's avatar
    (core) - Fix (cloned) mutation operation being compared rather than a stable identity (#2228) · 8892ea81
    Phil Pluckthun authored Jan 31, 2022
    * (core) - Fix mutation operation's identity being compared
    
    Instead of comparing the mutation operation's identity, we need
    a stand-in object, whose identity can remain stable, even as
    query document and other parameters are cloned and copied.
    
    * Add changeset
    
    * Simplify identity check
    
    * Update tests
    8892ea81
client.test.ts 22.2 KB
EditWeb IDE

Replace client.test.ts

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.