Functions
Copied!
Functions( [database] )
Description
Parameters
Argument | Type | Definition and Requirements |
---|---|---|
|
Optional - A reference to a child database. If not specified, the current database is used. |
Returns
A Set reference for the available user-defined
functions in the specified child database
(or the current database if
database
is not specified).
Examples
The query below gets the references to all user-defined functions in the current database.
Copied!
client.query(q.Paginate(q.Functions()))
.then((ret) => console.log(ret))
[Ref(id=increment, collection=Ref(id=functions))]
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!