indigotech / onboard-pedro-dietrich

Project for onboarding on Taqtile. Consists in a back-end server to learn about Typescript, Node, GraphQL and other tools.
0 stars 0 forks source link

Create query for user list #28

Closed pedro-m-dietrich closed 1 month ago

pedro-m-dietrich commented 1 month ago

The users query fetches a list of users, using alphabetical order, with the specified number of users and an offset.

The response contains, besides the user list, the total amount of users in the database, the amount of users in the response, the offset and if it contains the last page (end of the list).