RefundSubscriptionEventEdge
No description
type RefundSubscriptionEventEdge implements SubscriptionEventEdge {
node: Refund!
subscriptionId: ID!
eventId: ID!
time: Date!
}
No description
type RefundSubscriptionEventEdge implements SubscriptionEventEdge {
node: Refund!
subscriptionId: ID!
eventId: ID!
time: Date!
}
RefundSubscriptionEventEdge.node ● Refund! non-null objectRefundSubscriptionEventEdge.subscriptionId ● ID! non-null scalarRefundSubscriptionEventEdge.eventId ● ID! non-null scalarRefundSubscriptionEventEdge.time ● Date! non-null scalarSubscriptionEventEdge interface