# Functions
NewExpression creates a field expression from a slice of resolvers.
NewQueryResolver creates a field query resolver that returns the result of a query function.
# Structs
Expression represents a Bento dynamic field expression, used to configure string fields where the contents should change based on the contents of messages and other factors.
QueryResolver executes a query and returns a string representation of the result.
# Type aliases
StaticResolver is a Resolver implementation that simply returns a static string.