Absinthe. Schema. Provider behaviour
(absinthe v1.12.0)
View Source
Experimental: Behaviour for providing schema data
This behaviour is experimental and may change significantly in patch releases.
Summary
Types
@type schema_identifier() :: term()
@type type_group() :: :all | :referenced
Callbacks
@callback pipeline(Absinthe.Pipeline.t()) :: Absinthe.Pipeline.t()