HighPrecisionMoney
type HighPrecisionMoney = BaseMoney & {
__typename?: 'HighPrecisionMoney';
type: Scalars['String'];
currencyCode: Scalars['Currency'];
preciseAmount: Scalars['Long'];
centAmount: Scalars['Long'];
fractionDigits: Scalars['Int'];
};