Represents a GraphQL field.
new
GqlField(config: GqlFieldConfigType<T>)
Creates a new instance of the GqlField class.
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.
Represents a GraphQL field.
GqlField(config: GqlFieldConfigType<T>)
Creates a new instance of the GqlField class.
Add Package
deno add jsr:@ooneex/gql-model
Import symbol
import { GqlField } from "@ooneex/gql-model";
---- OR ----
Import directly with a jsr specifier
import { GqlField } from "jsr:@ooneex/gql-model";
Add Package
npx jsr add @ooneex/gql-model
Import symbol
import { GqlField } from "@ooneex/gql-model";
Add Package
yarn dlx jsr add @ooneex/gql-model
Import symbol
import { GqlField } from "@ooneex/gql-model";
Add Package
pnpm dlx jsr add @ooneex/gql-model
Import symbol
import { GqlField } from "@ooneex/gql-model";
Add Package
bunx jsr add @ooneex/gql-model
Import symbol
import { GqlField } from "@ooneex/gql-model";