Series
No description
type Series implements Node {
annictId: Int!
id: ID!
name: String!
nameEn: String!
nameRo: String!
works(
after: String
before: String
first: Int
last: Int
orderBy: SeriesWorkOrder
): SeriesWorkConnection
}
Fields
Series.annictId ● Int! non-null scalar
Series.id ● ID! non-null scalar
Series.name ● String! non-null scalar
Series.nameEn ● String! non-null scalar
Series.nameRo ● String! non-null scalar
Series.works ● SeriesWorkConnection object
Series.works.after●StringscalarReturns the elements in the list that come after the specified cursor.
Series.works.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Series.works.first ● Int scalar
Returns the first n elements from the list.
Series.works.last ● Int scalar
Returns the last n elements from the list.
Series.works.orderBy ● SeriesWorkOrder input
Interfaces
Node interface
An object with an ID.
Member of
Character object ● SeriesConnection object ● SeriesEdge object