Skip to main content

events

Lists the events for a given conversation.

events(
after: String
before: String
filter: EventsFilterInput!
first: Int
last: Int
): EventConnection!

Arguments

events.after ● String scalar common

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

events.before ● String scalar common

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

events.filter ● EventsFilterInput! non-null input common

The fields by which to filter the results.

events.first ● Int scalar common

Returns the first n elements from the list.

events.last ● Int scalar common

Returns the last n elements from the list.

Type

EventConnection object common

The connection type for Event.