ParseGraphQLConnectionCursorArguments
talawa-api • Docs
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