talawa-api / Exports / resolvers/Query/organizationsConnection
• Const
organizationsConnection: QueryResolvers
["organizationsConnection"
]
This query will retrieve from the database a list of organisation under the specified limit for the specified page in the pagination.
Param
Param
An object holds the data required to execute the query.
args.first
specifies the number of members to retrieve, and args.after
specifies
the unique identification for each item in the returned list.
Remarks
Connection in graphQL means pagination, learn more about Connection here.