Query language for interpreting genome SNPs
Graphql Hooks
React hooks for data fetching
A tool that generates a strongly typed client library for any GraphQL endpoint. The client allows writing GraphQL queries as plain JS objects (with type safety, awesome code completion experience, custom scalar type mapping, type guards and more)
Server-side caching for your GraphQL resolvers
MikroORM backend for @exogee/graphweaver
Components from Graphweaver's admin UI which you can use in your projects as you like
Babel plugin to import .gql,.graphql files
A tool for managing, running, debugging and building Graphweaver projects
An easy to use GQL backend generator
Vite plugin for generating fake GQL API
Angular GraphQL core — GraphqlService, middleware pipeline, gql tag, pipes, standalone helpers, reactive variables
CLI code generation for DumbQL — generates TypeScript types from your GraphQL schema and typed gql exports from .graphql files.
The @trackunit/filters-graphql-hook package is the home of our graphql hooks, that can take input of filterBar values and convert to gql types.
Command line utility for GraphQL eXtended.
The spec-compliant & magical GraphQL query language engine in the TypeScript type system
= { name: "Generate types", entrypoint: "gen", examples: [ "gql-typegen --schema ./gqlschema.json --write ./output.ts", "gql-typegen --schema ./gqlschema.json --append --write ./output.">