Subtract
Copied!
Subtract( value_1, value_2, ... )
Examples
The query in the following example returns the result of subtracting 10 from 100:
Copied!
client.query(q.Subtract(100, 10))
.then((ret) => console.log(ret))
90
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!