graphql
Query compiler
A tool that compiles GraphQL queries into native Elixir code, handling asynchronous requests and composing results.
Elixir graphql library
87 stars
8 watching
0 forks
Language: Elixir
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
graphql-elixir/graphql_parser | An Elixir interface to a C++ GraphQL parser for parsing query strings into Abstract Syntax Trees (ASTs) | 20 |
graphql-elixir/graphql_relay | A library that simplifies the setup of a GraphQL schema compatible with Relay | 36 |
graphql-python/graphql-core | A Python implementation of GraphQL's query language and API framework | 512 |
uesteibar/neuron | A GraphQL client for Elixir | 332 |
peburrows/plot | A GraphQL parser and resolver for Elixir that aims to implement the full GraphQL spec. | 32 |
arp-g/async-elixir | A comprehensive resource for learning Elixir's concurrency features and asynchronous programming techniques | 161 |
graphql-dotnet/parser | A .NET library that provides a lexer and parser for the GraphQL language, enabling developers to work with GraphQL documents. | 218 |
chkimes/graphql-net | Converts GraphQL queries to IQueryable for executing on databases using ORM systems. | 892 |
fazibear/defql | A library providing a simple, high-level interface to interact with SQL databases using Elixir functions as the query language. | 103 |
meh/exquisite | A tool for generating match_specs from LINQ-inspired queries at compile-time for use with Elixir record types. | 79 |
khaosdoctor/gotql | Provides a utility to generate and execute GraphQL queries using JSON objects instead of strings | 407 |
albertmeronyo/sparql2git | Tool to convert and manage SPARQL queries and their associated Linked Data APIs in a version-controlled environment | 6 |
wheatjs/vite-plugin-vue-gql | A plugin that allows writing GraphQL queries directly within Vue component files without cluttering the code with scripts. | 212 |
district0x/graphql-query | A library for generating GraphQL query strings from Clojure data structures. | 71 |
rdf-elixir/sparql-ex | An implementation of the SPARQL query language for Elixir to execute queries against RDF data structures | 38 |