System Information
- Strapi Version:“strapi”: “3.4.1”,
- Operating System: Windows, ubuntu
-
Database: Mysql, PostgreSQL
-node:v14.15.3: - NPM Version: 6.14.9
- Yarn Version: 1.22.5
Why I can not get all users at once?
It is just returning first 100 users.
My GraphQL Query is:
{
users(limit: 101, sort: "username") {
id
username
}
}