Gremlex.Request (gremlex v0.4.3)

View Source

Summary

Functions

Accepts plain query or a graph and returns a Request.

Types

t()

@type t() :: %Gremlex.Request{
  args: term(),
  op: term(),
  processor: term(),
  requestId: term()
}

Functions

new(query)

@spec new(String.t()) :: t()
@spec new(Gremlex.Graph.t()) :: t()

Accepts plain query or a graph and returns a Request.