searchEpisodes
No description
searchEpisodes(
after: String
annictIds: [Int!]
before: String
first: Int
last: Int
orderBy: EpisodeOrder
): EpisodeConnection
Arguments
searchEpisodes.after ● String scalar
Returns the elements in the list that come after the specified cursor.
searchEpisodes.annictIds ● [Int!] list scalar
searchEpisodes.before ● String scalar
Returns the elements in the list that come before the specified cursor.
searchEpisodes.first ● Int scalar
Returns the first n elements from the list.
searchEpisodes.last ● Int scalar
Returns the last n elements from the list.
searchEpisodes.orderBy ● EpisodeOrder input
Type
EpisodeConnection object
The connection type for Episode.