EqBrokerOptions interface
Defines broker options
Properties
Section titled “Properties”endpoint
Section titled “endpoint”The URL where all EasyQuery requests will be sent to In case of EasyQuery Server broker it’s just the first part of the URL
● endpoint?: string
resolver
Section titled “resolver”A function which returns the broker object for specified context
● resolver?: (context: EqContext) => EqBroker