Provides a command-line interface and JavaScript client for interacting with GraphQL APIs.
Graphqurl is a CLI tool and universal JavaScript client for GraphQL, letting you query, mutate, and subscribe to GraphQL APIs from your terminal or application code. It offers autocomplete for CLI queries, support for GraphQL subscriptions, and can export a GraphQL schema. You can install it globally via `npm install -g graphqurl` or use it as a library with `createClient()`.
Provides a command-line interface and JavaScript client for interacting with GraphQL APIs.
Developers needing a quick way to interact with GraphQL endpoints from their terminal or embed GraphQL client functionality into JavaScript projects should use this.