GraphQLSceneRepository class
Methods
-
findScenes({int? page, int? perPage, String? filter, String? sort, bool descending = true, bool? organized, bool? performerFavorite, String? performerId, String? studioId, String? tagId, SceneFilter? sceneFilter})
→ Future<List<Scene>>
-
override
-
getSceneById(String id)
→ Future<Scene>
-
override
-
incrementSceneOCounter(String id)
→ Future<void>
-
override
-
incrementScenePlayCount(String id)
→ Future<void>
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateSceneRating(String id, int rating100)
→ Future<void>
-
override