5 lines
56 B
GraphQL
5 lines
56 B
GraphQL
![]() |
fragment MoneyFragment on Money {
|
||
|
amount
|
||
|
currency
|
||
|
}
|