Skip to content

Commit a06f9e6

Browse files
JonathanClaybroughkoskimas
authored andcommitted
Update find-methods.md
Adds a stub documentation for the QueryBuilder intersect method from knex, redirecting to knex documentation.
1 parent 9a66f21 commit a06f9e6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/api/query-builder/find-methods.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,17 @@ See [knex documentation](http://knexjs.org/#Builder-unionAll)
703703
| ----------------------------------- | ---------------------------------- |
704704
| [QueryBuilder](/api/query-builder/) | `this` query builder for chaining. |
705705

706+
## intersect()
707+
708+
See [knex documentation](http://knexjs.org/#Builder-unionAll)
709+
710+
##### Return value
711+
712+
| Type | Description |
713+
| ----------------------------------- | ---------------------------------- |
714+
| [QueryBuilder](/api/query-builder/) | `this` query builder for chaining. |
715+
716+
706717
## having()
707718

708719
See [knex documentation](http://knexjs.org/#Builder-having)

0 commit comments

Comments
 (0)