@venncity/graphql-pagination-enforce

1.3.49 • Public • Published

Coverage

Graphql pagination enforce

pagination enforce for graphql queries

All graphql queries must be provided with a first/last parameter.

Max query size - 50.

No default is provided so the parameter must be specified at all times.

e.g:

query {
    users(first: 10) {
        ...
    }
}

query {
    users(last: 10) {
        ...
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @venncity/graphql-pagination-enforce

Weekly Downloads

458

Version

1.3.49

License

none

Unpacked Size

25.1 kB

Total Files

10

Last publish

Collaborators

  • venncity-admin