ParsedGraphQLConnectionArguments
talawa-api • Docs
talawa-api / utilities/graphQLConnection/parseGraphQLConnectionArguments / ParsedGraphQLConnectionArguments
Type Alias: ParsedGraphQLConnectionArguments<T0>
> ParsedGraphQLConnectionArguments<T0
>: object
This is typescript type of the object containing the validated and transformed connection
arguments passed to parseGraphQLConnectionArguments
function.
Type Parameters
• T0
Type declaration
cursor
> cursor: T0
| null
direction
> direction: GraphQLConnectionTraversalDirection
limit
> limit: number
Defined in
src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts:47