Fix money fragment
This commit is contained in:
parent
2a613d7330
commit
274c00b635
1 changed files with 3 additions and 5 deletions
|
@ -83,11 +83,9 @@ export const transactionInitialize = `subscription {
|
|||
}
|
||||
}`;
|
||||
|
||||
export const transactionProcess = `fragment Money {
|
||||
... on Money {
|
||||
currency
|
||||
amount
|
||||
}
|
||||
export const transactionProcess = `fragment Money on Money {
|
||||
currency
|
||||
amount
|
||||
}
|
||||
|
||||
subscription {
|
||||
|
|
Loading…
Reference in a new issue