Skip to main content

Built and signed on GitHub Actions

Simple GraphQL client on top of fetch API

This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
10 months ago (0.0.3)

Simple GraphQL client. It uses the fetch API to make requests to the API.

Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@avalero/graphql-client

Import symbol

import * as graphql_client from "@avalero/graphql-client";

---- OR ----

Import directly with a jsr specifier

import * as graphql_client from "jsr:@avalero/graphql-client";

Add Package

npx jsr add @avalero/graphql-client

Import symbol

import * as graphql_client from "@avalero/graphql-client";

Add Package

yarn dlx jsr add @avalero/graphql-client

Import symbol

import * as graphql_client from "@avalero/graphql-client";

Add Package

pnpm dlx jsr add @avalero/graphql-client

Import symbol

import * as graphql_client from "@avalero/graphql-client";

Add Package

bunx jsr add @avalero/graphql-client

Import symbol

import * as graphql_client from "@avalero/graphql-client";