Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.19 KB

resolvers_Query_postsByOrganizationConnection.md

File metadata and controls

35 lines (20 loc) · 1.19 KB

talawa-api / Exports / resolvers/Query/postsByOrganizationConnection

Module: resolvers/Query/postsByOrganizationConnection

Table of contents

Variables

Variables

postsByOrganizationConnection

Const postsByOrganizationConnection: QueryResolvers["postsByOrganizationConnection"]

This query will retrieve from the database a list of posts 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.

Defined in

src/resolvers/Query/postsByOrganizationConnection.ts:19