Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 736 Bytes

resolvers_Query_users.md

File metadata and controls

33 lines (17 loc) · 736 Bytes

talawa-api / Exports / resolvers/Query/users

Module: resolvers/Query/users

Table of contents

Variables

Variables

users

Const users: QueryResolvers["users"]

This query will fetch all the users in specified order from the database.

Param

Param

An object that contains relevant data to perform the query.

Param

Remarks

The query function uses getSort() function to sort the data in specified.

Defined in

src/resolvers/Query/users.ts:17