ArangoXEcto.Query.all
You're seeing just the function
all
, go back to ArangoXEcto.Query module for more information.
Specs
all(%Ecto.Query{ aliases: term(), assocs: term(), combinations: term(), distinct: term(), from: term(), group_bys: term(), havings: term(), joins: term(), limit: term(), lock: term(), offset: term(), order_bys: term(), prefix: term(), preloads: term(), select: term(), sources: term(), updates: term(), wheres: term(), windows: term(), with_ctes: term() }) :: binary()
Creates an AQL query to fetch all entries from the data store matching the given query.