OBJECT
Viewer
link GraphQL Schema definition
- type Viewer implements Node {
- : ID!
- # Sift through all objects of type 'Marker'.
- #
- # Arguments
- # where: [Not documented]
- # orderBy: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- # last: [Not documented]
- # before: [Not documented]
- (
- : MarkerWhereArgs,
- : [MarkerOrderByArgs],
- : Int,
- : String,
- : Int,
- : String
- ): MarkerConnection
- # Sift through all objects of type 'Role'.
- #
- # Arguments
- # where: [Not documented]
- # orderBy: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- # last: [Not documented]
- # before: [Not documented]
- (
- : RoleWhereArgs,
- : [RoleOrderByArgs],
- : Int,
- : String,
- : Int,
- : String
- ): RoleConnection
- # Sift through all objects of type 'Episode'.
- #
- # Arguments
- # where: [Not documented]
- # orderBy: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- # last: [Not documented]
- # before: [Not documented]
- (
- : EpisodeWhereArgs,
- : [EpisodeOrderByArgs],
- : Int,
- : String,
- : Int,
- : String
- ): EpisodeConnection
- # Sift through all objects of type 'File'.
- #
- # Arguments
- # where: [Not documented]
- # orderBy: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- # last: [Not documented]
- # before: [Not documented]
- (
- : FileWhereArgs,
- : [FileOrderByArgs],
- : Int,
- : String,
- : Int,
- : String
- ): FileConnection
- # Sift through all objects of type 'User'.
- #
- # Arguments
- # where: [Not documented]
- # orderBy: [Not documented]
- # first: [Not documented]
- # after: [Not documented]
- # last: [Not documented]
- # before: [Not documented]
- (
- : UserWhereArgs,
- : [UserOrderByArgs],
- : Int,
- : String,
- : Int,
- : String
- ): UserConnection
- # Returns the currently logged in user and is also the entry point for queries
- # that leverage RELATION scoped permissions.
- : User
- }
link Require by
- AddToUserRolesConnectionPayloadnull
- ChangeUserPasswordPayloadnull
- CreateEpisodePayloadnull
- CreateFilePayloadnull
- CreateMarkerPayloadnull
- CreateRolePayloadnull
- CreateUserPayloadnull
- DeleteEpisodePayloadnull
- DeleteFilePayloadnull
- DeleteMarkerPayloadnull
- DeleteRolePayloadnull
- DeleteUserPayloadnull
- LoginUserPayloadnull
- MigrateSchemaPayloadnull
- Querynull
- RemoveFromUserRolesConnectionPayloadnull
- UpdateEpisodePayloadnull
- UpdateFilePayloadnull
- UpdateMarkerPayloadnull
- UpdateRolePayloadnull
- UpdateUserPayloadnull
- UpdateUserRolesConnectionPayloadnull