Skip to content

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

License

Notifications You must be signed in to change notification settings

urql-graphql/urql

Folders and files

NameName
Last commit message
Last commit date
Apr 2, 2025
Feb 3, 2025
Feb 7, 2025
Mar 3, 2025
Mar 21, 2025
Apr 2, 2025
Mar 3, 2025
Feb 5, 2020
Feb 5, 2020
Mar 27, 2023
Nov 14, 2022
Nov 8, 2023
Nov 14, 2022
Jan 24, 2025
Jan 15, 2025
Mar 21, 2025
Mar 27, 2023
Mar 17, 2023
May 30, 2023
Sep 14, 2024

Repository files navigation

urql

A highly customisable and versatile GraphQL client

CI Status Weekly downloads Discord

✨ Features

urql is a GraphQL client that exposes a set of helpers for several frameworks. It's built to be highly customisable and versatile so you can take it from getting started with your first GraphQL project all the way to building complex apps and experimenting with GraphQL clients.

📃 For more information, check out the docs.

BigCommerce
BigCommerce
WunderGraph
WunderGraph
The Guild
The Guild
BeatGig
BeatGig

🙌 Contributing

The urql project was founded by Formidable and is actively developed by the urql GraphQL team.

If you'd like to get involved, check out our Contributor's guide.

All new releases and updates are listed on GitHub with full changelogs. Each package in this repository further contains an independent CHANGELOG.md file with the historical changelog, for instance, here’s @urql/core’s changelog.

If you’re upgrading to v4, check out our migration guide, posted as an issue.

New releases are prepared using changesets, which are changelog entries added to each PR, and we have “Version Packages” PRs that once merged will release new versions of urql packages. You can use @canary releases from npm if you’d like to get a preview of the merged changes.

The documentation contains everything you need to know about urql, and contains several sections in order of importance when you first get started:

Furthermore, all APIs and packages are self-documented using TSDocs. If you’re using a language server for TypeScript, the documentation for each API should pop up in your editor when hovering urql’s code and APIs.

You can find the raw markdown files inside this repository's docs folder.