GraphQL on HTTP middleware with built-in validations and GraphQL playground
A JavaScript template literal tag that parses GraphQL queries
The spec-compliant & magical GraphQL query language engine in the TypeScript type system
Main logic for gql.tada’s CLI tool.
Compiles GraphQL tagged template strings using graphql-tag
Simple GraphQL Query Builder
<img src="https://github.com/user-attachments/assets/0a6b64d9-e193-4940-a3f6-60334ac34084" alt="banner" style="border-radius: 12px; border: 2px solid #d6d4fa;" />
GraphQL Codegen plugin to generate persisted query manifests for server and client
Shared utilities for soda-gql packages
GraphQL Parser providing simplier structure
Parses GraphQL code to a flat list with paths to nodes being used.
Minimal runtime for soda-gql operations
Core types and utilities for zero-runtime GraphQL query generation
Command-line interface for soda-gql
* Nuxt.js module to use [vue-apollo](https://github.com/Akryum/vue-apollo) * uses internally same approach as [vue-cli-plugin-apollo](https://github.com/Akryum/vue-cli-plugin-apollo)
[](https://www.npmjs.com/package/ar-gql)
GraphQL schema code generation for soda-gql
Centralized configuration loader and helpers for soda-gql tooling.
Jest Plugin to load and parse imported GraphQL files
gql service and tools
Minimal GraphQL client supporting Node and browsers for scripts or simple apps.
Static analysis and artifact generation for soda-gql
A graphql-tag improvement library which de-duplicates fragments.
GraphQL document formatter for soda-gql
GQLite is a Rust-language library, with a C interface, that implements a small, fast, self-contained, high-reliability, full-featured, Graph Query database engine. GQLite support multiple database backends, such as SQLite and redb. This enable to achieve high performance and for application to combine Graph queries with traditional SQL queries. GQLite source code is license under the [MIT License](LICENSE) and is free to everyone to use for any purpose. The official repositories contains bindings/APIs for C, C++, Python, Ruby and Crystal. The library is still in its early stage, but it is now fully functional. Development effort has now slowed down and new features are added on a by-need basis. It supports a subset of OpenCypher, with some ISO GQL extensions. Example of use -------------- ```ruby require 'gqlite' begin # Create a database on the file "test.db" connection = GQLite::Connection.new filename: "test.db" # Execute a simple query to create a node and return all the nodes value = connection.execute_oc_query("CREATE () MATCH (n) RETURN n") # Print the result if value.nil? puts "Empty results" else puts "Results are #{value.to_s}" end rescue GQLite::Error => ex # Report any error puts "An error has occured: #{ex.message}" end ``` The documentation for the GQL query language can found in [OpenCypher](https://auksys.org/documentation/5/libraries/gqlite/opencypher/) and for the [API](https://auksys.org/documentation/5/libraries/gqlite/api/).
GraphQL interface over WCC::Contentful store
No description provided.
No description provided.