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