load
This commit is contained in:
0
graphql/subscriptions/.gitkeep
Normal file
0
graphql/subscriptions/.gitkeep
Normal file
@@ -0,0 +1,5 @@
|
||||
subscription PaymentGatewayInitializeSession {
|
||||
event {
|
||||
...PaymentGatewayInitializeSessionEvent
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
subscription TransactionCancelationRequested {
|
||||
event {
|
||||
...TransactionCancelationRequestedEvent
|
||||
}
|
||||
}
|
||||
5
graphql/subscriptions/TransactionChargeRequested.graphql
Normal file
5
graphql/subscriptions/TransactionChargeRequested.graphql
Normal file
@@ -0,0 +1,5 @@
|
||||
subscription TransactionChargeRequested {
|
||||
event {
|
||||
...TransactionChargeRequestedEvent
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
subscription TransactionInitializeSession {
|
||||
event {
|
||||
...TransactionInitializeSessionEvent
|
||||
}
|
||||
}
|
||||
5
graphql/subscriptions/TransactionProcessSession.graphql
Normal file
5
graphql/subscriptions/TransactionProcessSession.graphql
Normal file
@@ -0,0 +1,5 @@
|
||||
subscription TransactionProcessSession {
|
||||
event {
|
||||
...TransactionProcessSessionEvent
|
||||
}
|
||||
}
|
||||
5
graphql/subscriptions/TransactionRefundRequested.graphql
Normal file
5
graphql/subscriptions/TransactionRefundRequested.graphql
Normal file
@@ -0,0 +1,5 @@
|
||||
subscription TransactionRefundRequested {
|
||||
event {
|
||||
...TransactionRefundRequestedEvent
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user