Absinthe.GraphqlWS.Socket.absinthe_pipeline

You're seeing just the function absinthe_pipeline, go back to Absinthe.GraphqlWS.Socket module for more information.
Link to this function

absinthe_pipeline(schema, options)

View Source

Specs

absinthe_pipeline(Absinthe.Schema.t(), Keyword.t()) :: Absinthe.Pipeline.t()

Provides the default absinthe pipeline.

Params

  • schema - An Absinthe.Schema.t()
  • options - A keyword list with the current context, variables, etc for the current query.