docs: add section for get records by query

This commit is contained in:
Stevan Freeborn
2023-04-14 22:35:40 -05:00
parent e168c5b34c
commit 69ef5bc3c3
12 changed files with 302 additions and 6 deletions
+6
View File
@@ -68,6 +68,12 @@ export const versionTwo: DocsStructure = {
copy: 'copy.md',
example: 'example.md',
},
{
title: 'Get Records by Query',
folder: 'get_records_by_query',
copy: 'copy.md',
example: 'example.md',
},
],
},
],