Simply calls the provided function passing this as the only argument. $call returns what the provided function returns.
this
$call
Creates an anum type.
db.schema.createType('species').asEnum(['cat', 'dog', 'frog']) Copy
db.schema.createType('species').asEnum(['cat', 'dog', 'frog'])
Generated using TypeDoc
Simply calls the provided function passing
this
as the only argument.$call
returns what the provided function returns.