Skip to main content

DirectDepositEventEdge

No description

type DirectDepositEventEdge implements SubscriptionEventEdge {
node: DirectDeposit!
subscriptionId: ID!
eventId: ID!
time: Date!
}

Fields

DirectDepositEventEdge.node ● DirectDeposit! non-null object

DirectDepositEventEdge.subscriptionId ● ID! non-null scalar

DirectDepositEventEdge.eventId ● ID! non-null scalar

DirectDepositEventEdge.time ● Date! non-null scalar

Interfaces

SubscriptionEventEdge interface