Functions
Copied!
Functions( [database] )
Description
Examples
-
The following query lists the References for any user-defined functions (up to the pagination limit) in the current database:
{ data: [ Function("increment"), Function("double"), Function("submit_order") ] }
-
The following query lists the References for any user-defined functions (up to the pagination limit) in a child database named "child_db":
{ data: [] }
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!