Fix money fragment

This commit is contained in:
Jonatan Witoszek 2023-08-07 17:30:33 +02:00
parent 2a613d7330
commit 274c00b635
No known key found for this signature in database
GPG key ID: D35056EA9CCE8472

View file

@ -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 {