load-gql
Schema loader
A utility for loading and managing GraphQL schema definitions from files
A tiny GraphQL schema loader, zero dependencies.
3 stars
1 watching
0 forks
Language: TypeScript
last commit: about 1 year ago
Linked from 1 awesome list
graphqlloaderreaderschema
Related projects:
Repository | Description | Stars |
---|---|---|
99designs/gqlgen | Library for building GraphQL servers with type safety and code generation | 9,969 |
graphql-rust/graphql-parser | A tool for parsing and formatting GraphQL query and schema definitions in Rust. | 355 |
kamilkisiela/graphql-inspector | A tool for validating GraphQL schemas and detecting changes between them. | 1,650 |
graphql-java/java-dataloader | A utility library to improve data fetching efficiency by caching and batching data retrieval. | 497 |
gql-dart/ferry | A library for building strongly typed, real-time GraphQL clients with automatic code generation and data persistence. | 605 |
graphql-editor/graphql-zeus | A tool for generating strongly typed GraphQL clients from a schema | 1,943 |
jdnavarro/graphql-haskell | A Haskell implementation of GraphQL data types and utilities for building GraphQL schemas. | 168 |
graphql-java-kickstart/graphql-java-tools | A tool for generating and wiring GraphQL schemas in Java | 812 |
gqty-dev/gqty | An alternative GraphQL client library for TypeScript applications that automates data requirements and integrates with Next.js and other Node.js frameworks. | 932 |
cjoudrey/graphql-schema-linter | A tool that checks GraphQL schema definitions against a set of rules to ensure they conform to specific standards | 694 |
apurebase/kgraphql | A Kotlin implementation of GraphQL schema setup using a rich DSL | 305 |
0no-co/gql.tada | A library that automatically infers and types GraphQL queries in the TypeScript type system. | 2,597 |
modevol-com/gqloom | A GraphQL framework that weaves schemas and resolvers using various validation libraries. | 7 |
microsoft/cppgraphqlgen | Tools for generating and consuming GraphQL services in C++ | 325 |
graphql-rust/graphql-client | A Rust library that generates typed GraphQL client code from query and schema definitions. | 1,149 |