Skip to content

Commit

Permalink
docs: document select and ensure_selected to build/2 docs
Browse files Browse the repository at this point in the history
closes #510
  • Loading branch information
zachdaniel committed Jun 13, 2023
1 parent 984968d commit b3592ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/ash/query/query.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1648,6 +1648,14 @@ defmodule Ash.Query do
type: :any,
doc: "A load statement to add to the query"
],
select: [
type: :any,
doc: "A select statement to add to the query"
],
ensure_selected: [
type: :any,
doc: "An ensure_selected statement to add to the query"
],
aggregate: [
type: :any,
doc:
Expand Down

0 comments on commit b3592ae

Please sign in to comment.