Current section

Files

Jump to
bridge_ex lib graphql formatter adapter.ex
Raw

lib/graphql/formatter/adapter.ex

defmodule BridgeEx.Graphql.Formatter.Adapter do
@moduledoc """
Behaviour used to implement a formatter adapter which could be used to
format types for both input variables and responses.
```
"""
@callback format(any()) :: any()
end