An Elixir implementation of Facebook's GraphQL. This is the core GraphQL query parsing and execution engine whose goal is to be transport, server and datastore agnostic. In order to setup an HTTP server (ie Phoenix) to handle GraphQL queries you will need plug_graphql. Examples for Phoenix can be found at hello_graphql_phoenix, so look here for a starting point for writing your own schemas. Other ways of handling queries will be added in due course. Tokenization is done with leex and parsing with yecc. Both very useful Erlang tools for parsing. Yecc in particular is used by Elixir itself.
Features
- Schema definition
- Multiple forms of resolution
- Complex types (List, Object, etc)
- Fragments in queries
- Extract variable values
- AST matching the graphql-js types as closely as possible
Categories
Software DevelopmentLicense
MIT LicenseFollow GraphQL Elixir
Other Useful Business Software
Context for your AI agents
Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of GraphQL Elixir!