diff --git a/api/typeDefs/user.js b/api/typeDefs/user.js index b573a1c3..4b0594c2 100644 --- a/api/typeDefs/user.js +++ b/api/typeDefs/user.js @@ -143,7 +143,7 @@ export default gql` wildWestMode: Boolean! withdrawMaxFeeDefault: Int! autoWithdrawThreshold: Int - autoWithdrawMaxFeePercent: Int + autoWithdrawMaxFeePercent: Float } type UserOptional {