Query language for interpreting genome SNPs
GraphQL Code Generator plugin for generating a typed gql tag function
Shared utilities for soda-gql packages
Command-line interface for soda-gql
Minimal runtime for soda-gql operations
gql service and tools
[](https://www.npmjs.com/package/ar-gql)
GraphQL document formatter for soda-gql
GraphQL schema code generation for soda-gql
Static analysis and artifact generation for soda-gql
Jest transformer for .gql imports
Centralized configuration loader and helpers for soda-gql tooling.
OpenTelemetry instrumentation for `graphql` gql query language and runtime for GraphQL
Convert .gql/.graphql files to ES6 modules
gql-tag like but not convert to AST
Prebuilt type generation for soda-gql
GraphQL Code Generator preset for gql magic.
Easily import gql and graphql files
TypeScript transformer and compiler plugin for soda-gql
Babel plugin to make .gql/.graphql files importable
Simplify GQL typing and consumption
gql schema
Colocation utilities for soda-gql fragments
Load GraphQL Schema and Documents from GraphQL files (.graphql, .gql etc)
A GraphQL lexer (and future parser)
A high-performance graph database with Gremlin-style traversals and GQL query language
CLI crate for nils-api-gql in the nils-cli workspace.
GraphQL façade for OxiRS with automatic schema generation from RDF ontologies
GP2-based Graph Rewriting Language - ISO GQL-compliant queries, MVCC+Merkle persistence, and distributed execution
GraphLite - A lightweight ISO GQL Graph Database
Command-line interface for the Interstellar graph database
GP2-based Graph Rewriting Language - ISO GQL-compliant queries, MVCC+Merkle persistence, and distributed execution
Complete query execution and planning engine for Kotoba graph database
Pure Rust bindings to the Github V4 API using GraphQL
Command-line interface for GraphLite
High-level SDK for GraphLite - ergonomic API on top of GraphLite core
A Ruby implementation of Facebook's yet-to-be-released GraphQL specification.
A gem that adds `as_gql` to easily serialize ActiveRecord objects
GraphQL support for Graphiti
GraphQl Client gem to make requests using Graph Query Language
Explore your GraphQL metrics
does the bare minimum
Add page cursors to your Rails GQL schema
GraphQL client with simple interface, designed for developer happiness
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/).
Generate ruby code from .graphql
GraphQL interface over WCC::Contentful store
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.