chatSearch
Search in chats
chatSearch(
scopeId: Int!
params: ChatSearch
after: String
before: String
first: Int
last: Int
): ChatConnection
Arguments
chatSearch.scopeId
● Int!
non-null scalar
chatSearch.params
● ChatSearch
input
chatSearch.after
● String
scalar
Returns the elements in the list that come after the specified cursor.
chatSearch.before
● String
scalar
Returns the elements in the list that come before the specified cursor.
chatSearch.first
● Int
scalar
Returns the first n elements from the list.
chatSearch.last
● Int
scalar
Returns the last n elements from the list.
Type
ChatConnection
object
The connection type for Chat.