Built and signed on GitHub ActionsBuilt 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.
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
Add Package
deno add jsr:@ooneex/gql-model
Import symbol
import * as gql_model from "@ooneex/gql-model";
Import directly with a jsr specifier
import * as gql_model from "jsr:@ooneex/gql-model";
Add Package
pnpm i jsr:@ooneex/gql-model
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
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";