searchWorks
No description
searchWorks(
after: String
annictIds: [Int!]
before: String
first: Int
last: Int
orderBy: WorkOrder
seasons: [String!]
titles: [String!]
): WorkConnection
Arguments
searchWorks.after
● String
scalar
Returns the elements in the list that come after the specified cursor.
searchWorks.annictIds
● [Int!]
list scalar
searchWorks.before
● String
scalar
Returns the elements in the list that come before the specified cursor.
searchWorks.first
● Int
scalar
Returns the first n elements from the list.
searchWorks.last
● Int
scalar
Returns the last n elements from the list.
searchWorks.orderBy
● WorkOrder
input
searchWorks.seasons
● [String!]
list scalar
searchWorks.titles
● [String!]
list scalar
Type
WorkConnection
object
The connection type for Work.