File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Examples/FriendlyFlix/app/FriendlyFlixSDK Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ DataConnect.friendlyFlixConnector.getUserFavoriteMoviesQuery.execute(...)
366366
367367let username: String = ...
368368```
369-
369+
370370
371371### One-shot execute
372372```
@@ -382,7 +382,7 @@ DataConnect.friendlyFlixConnector.upsertUserMutation.execute(...)
382382
383383let movieId: UUID = ...
384384```
385-
385+
386386
387387### One-shot execute
388388```
@@ -398,7 +398,7 @@ DataConnect.friendlyFlixConnector.addFavoritedMovieMutation.execute(...)
398398
399399let movieId: UUID = ...
400400```
401-
401+
402402
403403### One-shot execute
404404```
@@ -416,7 +416,7 @@ let movieId: UUID = ...
416416let rating: Int = ...
417417let reviewText: String = ...
418418```
419-
419+
420420
421421### One-shot execute
422422```
@@ -434,7 +434,7 @@ let movieId: UUID = ...
434434let rating: Int = ...
435435let reviewText: String = ...
436436```
437-
437+
438438
439439### One-shot execute
440440```
@@ -450,7 +450,7 @@ DataConnect.friendlyFlixConnector.updateReviewMutation.execute(...)
450450
451451let movieId: UUID = ...
452452```
453-
453+
454454
455455### One-shot execute
456456```
You can’t perform that action at this time.
0 commit comments