# Functions
NewQuery returns the generic Query interface for the given typed query.
# Interfaces
The Query interface represents an operation that queries a graph.
# Type aliases
The Func type is an adapter that allows ordinary functions to be used as interceptors.
The TodoFunc type is an adapter to allow the use of ordinary function as a Querier.
The TraverseFunc type is an adapter to allow the use of ordinary function as Traverser.
The TraverseTodo type is an adapter to allow the use of ordinary function as Traverser.