DirectDepositEventEdge
No description
type DirectDepositEventEdge implements SubscriptionEventEdge {
node: DirectDeposit!
subscriptionId: ID!
eventId: ID!
time: Date!
}
No description
type DirectDepositEventEdge implements SubscriptionEventEdge {
node: DirectDeposit!
subscriptionId: ID!
eventId: ID!
time: Date!
}
node
● DirectDeposit!
non-null objectsubscriptionId
● ID!
non-null scalareventId
● ID!
non-null scalartime
● Date!
non-null scalarSubscriptionEventEdge
interface