OBJECT
ConversationalStreamEventConnection
link GraphQL Schema definition
- type ConversationalStreamEventConnection implements Connection {
- # Count of events in this page.
- Int! :
- # relay-compatible connection edge
- ConversationalStreamEventConnectionEdge!] : [
- ConversationalStreamEvent!] : [
- PageInfo! :
- # Optional total count of events
- Int :
- }