GraphQL Elixir
Die Hauptfunktionen von graphql-elixir/graphql sind: Elixir GraphQL Tools.
Open-Source-Alternativen zu graphql-elixir/graphql sind unter anderem: absinthe-graphql/absinthe — Absinthe is a GraphQL server implementation and query engine for the Elixir ecosystem. It provides the fundamental… asonge/graphql — Elixir graphql library. peburrows/plot — A graphql parser and resolver for Elixir.
Absinthe is a GraphQL server implementation and query engine for the Elixir ecosystem. It provides the fundamental toolkit for building GraphQL APIs, including a processing engine that parses, validates, and executes documents against a defined application schema. The project includes a batch resolver to optimize database performance by grouping field requests and a complexity guard to protect system resources by rejecting queries that exceed defined cost thresholds. It also features a schema adapter that translates internal Elixir naming conventions to external GraphQL casing for client comp