Skip to main content

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
6 months ago (1.0.0)
v
G
No documentation available
f
gql

A decorator for registering GqlModel types.Should be used as decorator.

c
GqlField

Represents a GraphQL field.

T
GqlFieldConfigType

Represents the configuration for a GraphQL field.

c
GqlModel

Represents a base class for GraphQL models.

c
GqlModelException

Represents an exception specific to GraphQL models.

T
GqlModelIteratorType

Represents an iterator for a GraphQL type.

v
GqlModelStore

Represents a map that stores GraphQL model objects.

T
GqlModelStoreValueType
No documentation available
T
GqlRelationType

Represents a GraphQL relation type.

T
GqlType

Represents a GraphQL type.

I
IGqlField

Represents a GraphQL field in a schema.

I
IGqlModel

Interface representing a GraphQL type.