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 {
|
export const transactionProcess = `fragment Money on Money {
|
||||||
... on Money {
|
currency
|
||||||
currency
|
amount
|
||||||
amount
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
subscription {
|
subscription {
|
||||||
|
|
Loading…
Reference in a new issue