View Source Absinthe.Adapter.Passthrough (absinthe v1.7.0)

The default adapter, which makes no changes to incoming query document ASTs or outgoing results.

Link to this section Summary

Link to this section Functions

Link to this function

to_external_name(internal_name, role)

View Source

Callback implementation for Absinthe.Adapter.to_external_name/2.

Link to this function

to_internal_name(external_name, role)

View Source

Callback implementation for Absinthe.Adapter.to_internal_name/2.