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!
}
DirectDepositEventEdge.node ● DirectDeposit! non-null objectDirectDepositEventEdge.subscriptionId ● ID! non-null scalarDirectDepositEventEdge.eventId ● ID! non-null scalarDirectDepositEventEdge.time ● Date! non-null scalarSubscriptionEventEdge interface