talawa-api / Exports / resolvers/Query/event
Module: resolvers/Query/event
Table of contents
Variables
Variables
event
• Const
event: QueryResolvers
["event"
]
This query will fetch the event with _id === args.id from the database.
Param
Param
An object that contains id
of the event that need to be fetched.
Remarks
You can learn about GraphQL Resolvers
here.