Skip to main content

ParsedGraphQLConnectionArgumentsWithSortedByAndWhere

talawa-apiDocs


talawa-api / utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere / ParsedGraphQLConnectionArgumentsWithSortedByAndWhere

Type Alias: ParsedGraphQLConnectionArgumentsWithSortedByAndWhere<T0, T1, T2>

> ParsedGraphQLConnectionArgumentsWithSortedByAndWhere<T0, T1, T2>: object & ParsedGraphQLConnectionArguments<T0>

This is typescript type of the object containing validated and transformed connection arguments passed to parseGraphQLConnectionArgumentsWithSortedByAndWhere function.

Type declaration

filter

> filter: T1

sort

> sort: T2

Type Parameters

T0

T1

T2

Defined in

src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere.ts:17