You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(examples/with-urql): fixes graphql server url (vercel#25987)
## Documentation / Examples
- [x] Make sure the linting passes
As mentioned in vercel#25854 `with-urql` doesn't work. After investigation, I've found that Pokémon GraphQL server located at `https://graphql-pokemon.vercel.app` is down.
After some research I came across its repository and this [pull request](lucasbento/graphql-pokemon#14). That pull request provides new URL `https://graphql-pokemon2.vercel.app` which seems to work.
I don't know the status of this server, maybe @leerob can confirm this PR is ok.
Copy file name to clipboardExpand all lines: examples/with-urql/README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
Use [urql](https://github.com/FormidableLabs/urql) with Next.js using SSG.
4
4
5
+
## Preview
6
+
7
+
Preview the example live on [StackBlitz](http://stackblitz.com/):
8
+
9
+
[](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/with-urql)
10
+
5
11
## Deploy your own
6
12
7
13
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example):
0 commit comments