Returned when a Money operation overflows the 64-bit integer range. See Money usage for more information.

interface GraphQLMoneyOverflowError {
    code: "MoneyOverflow";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "MoneyOverflow"