FQL v4 will be decommissioned on June 30, 2025. Ensure that you complete your migration from FQL v4 to FQL v10 by that date. For more details, review the migration guide. Contact support@fauna.com with any questions. |
List all keys
Reading or writing key definitions requires an admin key. |
Solution
{ data: [ Ref(Keys(), "1"), Ref(Keys(), "2") ] }
{'data': [Ref(id=1, collection=Ref(id=keys)), Ref(id=2, collection=Ref(id=keys))]}
map[data:[{1 0xc0000924b0 0xc0000924b0 <nil>} {2 0xc0000925a0 0xc0000925a0 <nil>}]]
ObjectV(data: Arr(RefV(id = "1", collection = RefV(id = "keys")), RefV(id = "2", collection = RefV(id = "keys"))))
{ data: [ Ref(Keys(), "1"), Ref(Keys(), "2") ] }
Discussion
The Paginate
function defaults to returning up to 64 keys per
page. If your database contains more than 64 keys, you can use the
size
parameter to retrieve up to 100,000 keys at once.
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!