Skip to content

Commit

Permalink
Fix autobuilder error
Browse files Browse the repository at this point in the history
  • Loading branch information
cbullinger committed Feb 6, 2024
1 parent 66656fe commit 3c21f63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/sdk/flutter/crud/read.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,15 @@ Retrieve a collection of all objects of a data model in the database with the
.. literalinclude:: /examples/generated/flutter/read_write_data_test.snippet.query-all-objects.dart
:language: dart

.. _flutter-get-backlinks::
.. _flutter-get-backlinks:

Query Linked Objects
~~~~~~~~~~~~~~~~~~~~

.. versionadded:: 1.9.0

You can find all objects that link to a given object by calling the
object's :flutter-sdk:`RealmObject.getBacklinks() <realm/RealmObjectBase/getBacklinks.html>` method.
object's :flutter-sdk:`getBacklinks() <realm/RealmObjectBase/getBacklinks.html>` method.

In this example, we have a ``Bike`` object model with an ``owner`` property of type ``Person``:

Expand Down

0 comments on commit 3c21f63

Please sign in to comment.