# 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 APIFunc type is an adapter to allow the use of ordinary function as a Querier.
The DepartmentFunc type is an adapter to allow the use of ordinary function as a Querier.
The DictionaryDetailFunc type is an adapter to allow the use of ordinary function as a Querier.
The DictionaryFunc type is an adapter to allow the use of ordinary function as a Querier.
The Func type is an adapter that allows ordinary functions to be used as interceptors.
The MenuFunc type is an adapter to allow the use of ordinary function as a Querier.
The OauthProviderFunc type is an adapter to allow the use of ordinary function as a Querier.
The PositionFunc type is an adapter to allow the use of ordinary function as a Querier.
The RoleFunc type is an adapter to allow the use of ordinary function as a Querier.
The TokenFunc type is an adapter to allow the use of ordinary function as a Querier.
The TraverseAPI type is an adapter to allow the use of ordinary function as Traverser.
The TraverseDepartment type is an adapter to allow the use of ordinary function as Traverser.
The TraverseDictionary type is an adapter to allow the use of ordinary function as Traverser.
The TraverseDictionaryDetail type is an adapter to allow the use of ordinary function as Traverser.
The TraverseFunc type is an adapter to allow the use of ordinary function as Traverser.
The TraverseMenu type is an adapter to allow the use of ordinary function as Traverser.
The TraverseOauthProvider type is an adapter to allow the use of ordinary function as Traverser.
The TraversePosition type is an adapter to allow the use of ordinary function as Traverser.
The TraverseRole type is an adapter to allow the use of ordinary function as Traverser.
The TraverseToken type is an adapter to allow the use of ordinary function as Traverser.
The TraverseUser type is an adapter to allow the use of ordinary function as Traverser.
The UserFunc type is an adapter to allow the use of ordinary function as a Querier.