This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* A naively-implemented urql exchange for monitoring whether urql is fetching | |
| * a query or a mutation on a global level. | |
| * | |
| * https://formidable.com/open-source/urql/docs/concepts/exchanges | |
| * https://wonka.kitten.sh | |
| * https://wonka.kitten.sh/api/operators#onpush | |
| * | |
| * Example usage: | |
| * | |
| * // If this number is greater than 0, an operation is in-flight and so urql is fetching | 
OlderNewer