Absinthe.GraphqlWS.Socket.absinthe_pipeline
You're seeing just the function
absinthe_pipeline
, go back to Absinthe.GraphqlWS.Socket module for more information.
Specs
absinthe_pipeline(Absinthe.Schema.t(), Keyword.t()) :: Absinthe.Pipeline.t()
Provides the default absinthe pipeline.
Params
schema
- AnAbsinthe.Schema.t()
options
- A keyword list with the current context, variables, etc for the current query.