Versions in this module Expand all Collapse all v0 v0.8.1 May 23, 2023 Changes in this version + const Name + var AnyKey = "*" + var LimitKey = "first" + var SkipKey = "offset" + var ValueKey = "id" + type Query struct + func Parse(r io.Reader) (*Query, error) + func (q *Query) Execute(ctx context.Context, qs graph.QuadStore) (map[string]interface{}, error) + type Session struct + func NewSession(qs graph.QuadStore) *Session + func (s *Session) Execute(ctx context.Context, qu string, opt query.Options) (query.Iterator, error)