OBJECT
ConversationalEventStream
link GraphQL Schema definition
- type ConversationalEventStream implements Node {
- # Count of streams in this page.
- Int :
- # Creation Timestamp for stream: UTC datetime eg 2022-01-31T12:00:00.000Z
- DateTime! :
- # relay-compatible connection edge
- ConversationalEventStreamConnectionEdge!] : [
- # List of events in the stream
- ConversationalStreamEventConnection :
- ID! :
- PageInfo :
- # The type of payload the stream will contain. This can help the client in
- # rendering of payload as charts,graphs etc
- String! :
- # Unique name of the stream across all possible conversational services(Global
- # Search, IaC, QA) like Status, GraphQLQuery
- String! :
- # Optional total count of streams
- Int :
- }