We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bda84d commit e4dc9abCopy full SHA for e4dc9ab
src/pages/api/fauna/members.ts
@@ -22,7 +22,7 @@ const FaunaCreateHandler: NextApiHandler = async (
22
try {
23
const response: any = await client.query(
24
q.Map(
25
- q.Paginate(q.Documents(q.Collection('users')), { size: 100 }),
+ q.Paginate(q.Documents(q.Collection('users')), { size: 1000 }),
26
(userRef) => {
27
return getUserFromUserRef({ ref: userRef, session })
28
}
0 commit comments