PayoutBatchSubscriptionEventEdge
No description
type PayoutBatchSubscriptionEventEdge implements SubscriptionEventEdge {
node: PayoutBatch!
subscriptionId: ID!
eventId: ID!
time: Date!
}
No description
type PayoutBatchSubscriptionEventEdge implements SubscriptionEventEdge {
node: PayoutBatch!
subscriptionId: ID!
eventId: ID!
time: Date!
}
PayoutBatchSubscriptionEventEdge.node ● PayoutBatch! non-null objectPayoutBatchSubscriptionEventEdge.subscriptionId ● ID! non-null scalarPayoutBatchSubscriptionEventEdge.eventId ● ID! non-null scalarPayoutBatchSubscriptionEventEdge.time ● Date! non-null scalarSubscriptionEventEdge interface