Closed theY4Kman closed 7 years ago
Some arguments to calls are not required (like orderBy and ascending). These should have defaults, so they're marked as optional. It would be lovely if the real default value was used... but that might be hard to parse.
orderBy
ascending
Added in e4e5476bc3601af63b487afb408581af1e155062. I left out default values, and I'm doubtful I'll add them in my leisure, unless someone wants them.
Some arguments to calls are not required (like
orderBy
andascending
). These should have defaults, so they're marked as optional. It would be lovely if the real default value was used... but that might be hard to parse.