talawa-api / Exports / resolvers/Query/organizationsMemberConnection
Module: resolvers/Query/organizationsMemberConnection
Table of contents
Variables
Variables
organizationsMemberConnection
• Const
organizationsMemberConnection: QueryResolvers
["organizationsMemberConnection"
]
This query will retrieve from the database a list of members in the 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.