Skip to main content
Home

Built and signed on GitHub Actions

This module focuses on a comprehensive system offering a structured, typed query language for your APIs. It offers a straightforward way of creating, reading, updating, and deleting data using GraphQL.

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
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
a year ago (1.0.0)

Ooneex Gql Model

This module focuses on a comprehensive system offering a structured, typed query language for your APIs. It offers a straightforward way of creating, reading, updating, and deleting data using GraphQL. By leveraging pre-defined models and schemas, it simplifies complex GraphQL requests into manageable chunks. Whether you're a beginner or an experienced developer, Ooneex Gql Model makes your GraphQL-journey smoother and more efficient.

How to Use

import { GqlModel, G, gql } from "@ooneex/gql-model"

@gql()
class UserGqlModel extends GqlModel {
	email = G.string();
}

License

MIT

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@ooneex/gql-model

Import symbol

import * as gql_model from "@ooneex/gql-model";
or

Import directly with a jsr specifier

import * as gql_model from "jsr:@ooneex/gql-model";

Add Package

pnpm i jsr:@ooneex/gql-model
or (using pnpm 10.8 or older)
pnpm dlx jsr add @ooneex/gql-model

Import symbol

import * as gql_model from "@ooneex/gql-model";

Add Package

yarn add jsr:@ooneex/gql-model
or (using Yarn 4.8 or older)
yarn dlx jsr add @ooneex/gql-model

Import symbol

import * as gql_model from "@ooneex/gql-model";

Add Package

npx jsr add @ooneex/gql-model

Import symbol

import * as gql_model from "@ooneex/gql-model";

Add Package

bunx jsr add @ooneex/gql-model

Import symbol

import * as gql_model from "@ooneex/gql-model";