GraphQL for Elixir
Build queries for GraphQL using native Elixir terms. Pairs well with Absinthe.
Communicate with a Absinthe+Phoenix Endpoint over WebSockets
This library provides security utilities to validate a GraphQL query before executing it.
Rajska is an authorization library for Absinthe.
AbsintheClient is a GraphQL client designed for Elixir Absinthe.
Elixir library for handling uploads with Ecto, Phoenix and Absinthe
Plug support for AbsinthePlugCache, the GraphQL toolkit for Elixir
Library with helper modules for developing an API with Absinthe.
Linter for Absinthe
Absinthe integration for Charon.
Elixir ACL library for managing user abilities and permissions with support of ecto(uuid) and compatibility with absinthe
Apollo Federation support for Absinthe
Defines a GraphQL directive to be used with Absinthe to validate input values.
An Absinthe initializer
OpentelemetryAbsinthe is a OpenTelemetry instrumentation library for Absinthe.
Adds support for schema constraints, type coercions, and other custom transformations.
An OpenTelemetry tracer for Absinthe (with Operation, Resolve and Middleware support).
A package for automatic, comprehensive querying of Absinthe GraphQL schemas (for purposes of easily creating automatic testing setups).
Generators for absinthe to help reduce writing boilerplate
A library for helping you run GraphQL queries against remote GraphQL servers, with the client protections of Absinthe.
Support an Input Union Type System Directive in Absinthe.
New Relic Instrumentation adapter for Absinthe
Utilities to return Ecto validation error messages in an absinthe graphql response.
Elixir ACL library for managing user features, plans and roles with support of ecto and compatibility with absinthe
Middleware-based rate limiting for Absinthe
A library for analysing absinthe GraphQL runtime usage.
GqlCase provides macros to easily test Graphql queries for projects using Absinthe.
Support for paginated result sets using keyset pagination, for use in an Absinthe resolver module. Requires defining a connection with A...