Skip to main content

searchPeople

No description

searchPeople(
after: String
annictIds: [Int!]
before: String
first: Int
last: Int
names: [String!]
orderBy: PersonOrder
): PersonConnection

Arguments

searchPeople.after ● String scalar

Returns the elements in the list that come after the specified cursor.

searchPeople.annictIds ● [Int!] list scalar

searchPeople.before ● String scalar

Returns the elements in the list that come before the specified cursor.

searchPeople.first ● Int scalar

Returns the first n elements from the list.

searchPeople.last ● Int scalar

Returns the last n elements from the list.

searchPeople.names ● [String!] list scalar

searchPeople.orderBy ● PersonOrder input

Type

PersonConnection object

The connection type for Person.