View Source Absinthe.Middleware.MapGet (absinthe v1.7.6)
This is the default middleware. It assumes the the object it receives is a map
and uses Map.get/2
to get the value for this field. If this field is already
marked as resolved, then this middleware does not touch it.
If you want to replace this middleware you should use
Absinthe.Schema.replace_default/4
Summary
Functions
Callback implementation for Absinthe.Middleware.call/2
.
Functions
Callback implementation for Absinthe.Middleware.call/2
.