LibraryEntry
No description
type LibraryEntry implements Node {
id: ID!
nextEpisode: Episode
nextProgram: Program
note: String!
status: Status
user: User!
work: Work!
}
Fields
LibraryEntry.id
● ID!
non-null scalar
LibraryEntry.nextEpisode
● Episode
object
LibraryEntry.nextProgram
● Program
object
LibraryEntry.note
● String!
non-null scalar
LibraryEntry.status
● Status
object
LibraryEntry.user
● User!
non-null object
LibraryEntry.work
● Work!
non-null object
Interfaces
Node
interface
An object with an ID.
Member of
LibraryEntryConnection
object ● LibraryEntryEdge
object