Skip to content

@tyravel/graphql

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

Install

bash
npm install @tyravel/graphql

Metadata

FieldValue
Version1.0.1
Sourcepackages/graphql
CategoryAI & agents
Node.js>=26

Tyravel 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.