Absinthe.Federation.Schema (absinthe_federation v0.1.4) View Source

Module for injecting custom Absinthe.Phases for adding federated types and directives.

Example

defmodule MyApp.MySchema do
  use Absinthe.Schema
+ use Absinthe.Federation.Schema

  query do
    ...
  end
end

Link to this section Summary

Functions

Injects custom compile-time Absinthe.Phase

Link to this section Functions

Injects custom compile-time Absinthe.Phase