Correct join table paragraph

This commit is contained in:
steve-chavez
2020-02-08 14:52:28 -05:00
parent f6c67ffdc1
commit 878752faee
+1 -1
View File
@@ -596,7 +596,7 @@ this:
Embedding through join tables
-----------------------------
PostgREST can also detect relationships going through join tables. Thus you can request the Actors for Films (which in this case finds the information through Roles). You can also reverse the direction of inclusion, asking for all Directors with each including the list of their Films:
PostgREST can also detect relationships going through join tables. Thus you can request the Actors for Films (which in this case finds the information through Roles).
.. code-block:: http