SubscriptionEventEdge
No description
interface SubscriptionEventEdge {
subscriptionId: ID!
eventId: ID!
time: Date!
}
Fields
subscriptionId
● ID!
non-null scalar
Identifier for the subscription. Can be used to unsubscribe
eventId
● ID!
non-null scalar
Unique identifier for this event. Used primarily for the purposes of disambiguating duplicate events
time
● Date!
non-null scalar
Time at which this event was spawned