Skip to content

@pondoknusa/graphql

Zero-dependency GraphQL server with programmatic schema and operation caching for Pondoknusa

Install

bash
npm install @pondoknusa/graphql

Metadata

FieldValue
Version2.0.0
Sourcepackages/graphql
CategoryAI & agents
Node.js>=26

Pondoknusa dependencies

Public exports

From the package entry point (dist/index.d.ts). Deep imports are not supported.

Values

  • GraphQLError
  • GraphQLHandlerOptions
  • GraphQLOperationRegistry
  • GraphQLParseError
  • GraphQLSchema
  • buildGraphQLCacheKey
  • createGraphQLHandler
  • createOperationRegistry
  • defineSchema
  • defineType
  • executeGraphQL
  • executeNamedOperation
  • parseQuery
  • rememberGraphQLResponse
  • resolveArgumentValues

Types

  • ExecuteGraphQLOptions
  • FieldSelection
  • GraphQLContext
  • GraphQLExecutionResult
  • GraphQLFieldCacheOptions
  • GraphQLFieldDefinition
  • GraphQLFormattedError
  • GraphQLOperationDefinition
  • GraphQLOperationType
  • GraphQLRequestPayload
  • GraphQLResolver
  • GraphQLSchemaDefinition
  • GraphQLTypeDefinition
  • ParsedOperation
  • SelectionSet

Guide

See the Getting started guide for usage examples.

Released under the MIT License.