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