V4. graphql. how to get all records?

Hi! How to get all records?
v4
graphql

config:
module.exports = () => ({ graphql: { config: { endpoint: '/graphql', shadowCRUD: true, playgroundAlways: false, defaultLimit: 10, maxLimit: -1, amountLimit: 2500, apolloServer: { tracing: false, }, }, }, });

limit: -1 not work!