API Reference absinthe_utils v#0.3.0

View Source

Modules

Helpers for Absinthe errors.

Generic sorting utils.

Helper for nested map manipulations.

Absinthe middleware for loading entities in field arguments.

Absinthe middleware for handling deprecated or renamed field arguments (arg).

Absinthe middleware for validating mutually exclusive input arguments, so your code doesn't have to.

A plug that allows overriding the HTTP status code of an Absinthe GraphQL response.

The JSON scalar type allows arbitrary JSON values to be passed in and out. Requires { :jason, ">= 1.1" } package: https://github.com/michalmuskala/jason

The StrictNaiveDateTime scalar type represents a naive date and time without timezone. The output is an ISO8601 formatted string. The input must be a naive datetime, without timezone offset.

The UUID scalar type allows UUID compliant strings to be passed in and out. Requires { :ecto, ">= 0.0.0" } package: https://github.com/elixir-ecto/ecto

Absinthe input objects for date and datetime filtering.

Absinthe types for pagination parameters and details.