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

schema_identifier()

@type schema_identifier() :: term()

type_group()

@type type_group() :: :all | :referenced

Callbacks

pipeline(t)

@callback pipeline(Absinthe.Pipeline.t()) :: Absinthe.Pipeline.t()