Skip to main content

ParseGraphQLConnectionCursorArguments

talawa-apiDocs


talawa-api / utilities/graphQLConnection/parseGraphQLConnectionArguments / ParseGraphQLConnectionCursorArguments

Type Alias: ParseGraphQLConnectionCursorArguments

> ParseGraphQLConnectionCursorArguments: object

This is typescript type of the single object callback function parseCursor takes in as an argument.

Type declaration

cursorName

> cursorName: "after" | "before"

cursorPath

> cursorPath: string[]

cursorValue

> cursorValue: string

Defined in

src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts:13