Alan Peabody
Alan Peabody
This is in the spirit of explicit over implicit. Suggested by @nurugger07 in #34. All view really needs is: ``` elixir defmodule Example.PostView do use Example.Web, :view use JaSerializer def...
"Model" is frowned upon, we should update to something better. Some alternatives: Resource Module Schema Source Resource.module/0 ?
- Should have same api as phoenix json generator. - Should generate model if does not exist. - Should use JaSerializer if installed.
Custom adapters & Absinthe.Phoenix.Channels do not work. When using a custom adapter only the first request uses the adapter, subsequent request do not. This happens due to the use of...