talawa-api / Exports / resolvers/Query/directChatsByUserID
Module: resolvers/Query/directChatsByUserID
Table of contents
Variables
Variables
directChatsByUserID
• Const
directChatsByUserID: QueryResolvers
["directChatsByUserID"
]
This query will fetch all the Direct chats for the current user from the database.
Param
Param
An object that contains id
of the user.
Remarks
You can learn about GraphQL Resolvers
here.