Skip to main content

DefaultGraphQLConnection

talawa-apiDocs


talawa-api / utilities/graphQLConnection/generateDefaultGraphQLConnection / DefaultGraphQLConnection

Type Alias: DefaultGraphQLConnection<T0>

> DefaultGraphQLConnection<T0>: object

This is typescript type of a base graphQL connection object. This connection object can be extended to create a custom connnection object as long as the new connection object adheres to the default type of this base connection object.

Type Parameters

T0

Type declaration

edges

> edges: DefaultGraphQLConnectionEdge<T0>[]

pageInfo

> pageInfo: ConnectionPageInfo

totalCount

> totalCount: number

Defined in

src/utilities/graphQLConnection/generateDefaultGraphQLConnection.ts:18