# hasura/graphqurl

curl for GraphQL with autocomplete, subscriptions and GraphiQL. Also a dead-simple universal javascript GraphQL client.

Repository: https://github.com/hasura/graphqurl
Canonical: https://ross.abutalabs.com/products/graphqurl
Language: JavaScript
License: Apache-2.0
License Family: permissive
Topics: graphql, cli, curl, query, subscription, mutations, autocomplete
Last push: 2025-02-13T17:21:19+00:00

## Health v2 (maintenance only)
Score: 35/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 6, release rhythm 35, longevity 100
- inputs: {"age_days": 2966, "days_push": 566, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3377, forks 102 (observed 2026-08-28T04:07:58.543056+00:00)

## What it is
graphqurl is a curl-like CLI for making GraphQL queries, mutations, and subscriptions, with schema-based autocomplete and schema export. It also doubles as a simple universal JavaScript GraphQL client for Node.js and the browser.

## Use cases
- send graphql queries from the command line
- curl equivalent for graphql endpoints
- autocomplete graphql queries in the terminal
- test graphql subscriptions from cli
- export a graphql schema
- make graphql requests from node.js scripts

## When to choose
- you want a quick curl-like tool to hit GraphQL endpoints from the terminal
- you need interactive query building with schema autocomplete
- you want a lightweight JS client for queries and subscriptions without a heavy framework

## When to avoid
- you need the GraphiQL UI, which was removed in v2.0.0
- you need a full-featured GraphQL client with caching, normalization, or framework integration
- you are not working with GraphQL at all

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: graphql, http-client, cli
- domain: developer-tools, apis, web-development
- platform: cli, cross-platform
- tags: graphql-client, curl-like, autocomplete, subscriptions, schema-export, command-line, nodejs

## Member repositories
- hasura/graphqurl (main) score 35

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:58.543056+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:39:42.691566+00:00, confidence not recorded.
  - readme: https://github.com/hasura/graphqurl (fetched 2026-08-28T04:07:58.543056+00:00, sha 6ea55dd39d88)
  - registry_npm: https://registry.npmjs.org/graphqurl (fetched 2026-08-29T09:33:28.444952+00:00, sha 9ec74792fee3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
