Absinthe.Federation.Schema (absinthe_federation v0.1.1) View Source
Module for injecting custom Absinthe.Phase
s 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