Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Migrate to GitHub Discussions

+7 -30
-23
.github/ISSUE_TEMPLATE/Question.md
··· 1 - --- 2 - name: '🤔 Questions and Help' 3 - about: Create a thread to ask your questions 4 - title: '' 5 - labels: "question \U0001F64B" 6 - --- 7 - 8 - <!-- 9 - 🚨 The issue tracker is not great for getting help! 10 - If you have a usage question, maybe consider asking 11 - for help on our Spectrum: 12 - https://spectrum.chat/urql 13 - 14 - If you'd like to go ahead remember to answer: 15 - - What problem are you running into? 16 - - What do you think may it be related to? 17 - - Is this covered in the docs? 18 - 19 - Please also leave a note on what version of urql you're using 20 - and include a list of exchanges (if any). 21 - --> 22 - 23 - urql version & exchanges:
+3 -3
.github/ISSUE_TEMPLATE/config.yml
··· 1 1 blank_issues_enabled: true 2 2 contact_links: 3 - - name: Spectrum 4 - url: https://spectrum.chat/urql 5 - about: You can visit our Spectrum for usage questions. 3 + - name: Ask a question 4 + url: https://github.com/FormidableLabs/urql/discussions 5 + about: Ask questions and discuss with other community members 6 6
+2 -2
README.md
··· 22 22 <a href="https://formidable.com/open-source/urql/docs/"> 23 23 <img alt="Visit docs" src="https://badgen.net/badge/docs/visit site/orange" /> 24 24 </a> 25 - <a href="https://spectrum.chat/urql"> 26 - <img alt="Spectrum badge" src="https://badgen.net/badge/spectrum/chat with us/purple" /> 25 + <a href="https://github.com/FormidableLabs/urql/discussions"> 26 + <img alt="GitHub Discussions: Chat With Us" src="https://badgen.net/badge/discussions/chat%20with%20us/purple" /> 27 27 </a> 28 28 <br /> 29 29 <br />
+2 -2
packages/preact-urql/README.md
··· 13 13 <a href="https://bundlephobia.com/result?p=@urql/preact"> 14 14 <img alt="Minified gzip size" src="https://img.shields.io/bundlephobia/minzip/@urql/preact.svg?label=gzip%20size" /> 15 15 </a> 16 - <a href="https://spectrum.chat/urql"> 17 - <img alt="Spectrum badge" src="https://withspectrum.github.io/badge/badge.svg" /> 16 + <a href="https://github.com/FormidableLabs/urql/discussions"> 17 + <img alt="GitHub Discussions: Chat With Us" src="https://badgen.net/badge/discussions/chat%20with%20us/purple" /> 18 18 </a> 19 19 <br /> 20 20 <br />