Mongo.command
You're seeing just the function
command
, go back to Mongo module for more information.
Specs
command(GenServer.server(), BSON.document(), Keyword.t()) :: result(BSON.document())
Issue a database command. If the command has parameters use a keyword list for the document because the "command key" has to be the first in the document.