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!
}
node ● PayoutBatch! non-null objectsubscriptionId ● ID! non-null scalareventId ● ID! non-null scalartime ● Date! non-null scalarSubscriptionEventEdge interface