Skip to content

Commit

Permalink
Fix autobuilder error
Browse files Browse the repository at this point in the history
  • Loading branch information
cbullinger committed Nov 20, 2023
1 parent 28d36f1 commit 9919b5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ that is an optional link to a ``Pond`` object.
.. literalinclude:: /examples/generated/kotlin/SchemaSync.snippet.sync-define-to-one-relationship.kt
:language: kotlin
:caption: Frog with To-One Relationship to Pond
:emphasize-lines: 12-13
:emphasize-lines: 6-7

In the App Services schema, we see the new property translates to a
field ``favoritePond``:
Expand Down Expand Up @@ -302,7 +302,7 @@ we can create new ``Pond`` objects and append them to the frog's
.. literalinclude:: /examples/generated/kotlin/SchemaSync.snippet.sync-define-to-many-relationship.kt
:language: kotlin
:caption: Frog with To-Many Relationship to Pond
:emphasize-lines: 12-13
:emphasize-lines: 6-7

In the App Services schema, we see the new property translates to a
``favoritePonds`` field that contains all of the ``Pond`` objects related
Expand Down

0 comments on commit 9919b5a

Please sign in to comment.