GraphQLSceneRepository class

Implemented types

Constructors

GraphQLSceneRepository(GraphQLClient client)

Properties

client GraphQLClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited