Skip to content

Paginate users query result

Grigor Malo requested to merge users-pagination into graphql-api

Fixes:

  • users query accepts options argument for pagination
  • change name of input InputPage field to match the one expected by base model
  • pass options argument from user resolver to getUsers method

Merge request reports