Webql behaviour (webql v0.1.0-alpha.1)
Copy MarkdownDefines and runs WebQL instances.
Examples
defmodule MyApp.Webql do
use Webql,
memory: MyApp.Webql.Memory.new/0,
engine: MyApp.Webql.Engine.new/0
end
Summary
Callbacks
Returns the configured engine instance.
Returns the configured memory instance.
Returns introspection results for a WebQL schema.
Creates a new WebQL instance.
Runs an operation with the given parameters.