Skip to main content

ParsedDefaultGraphQLConnectionArgumentsWithWhere

API Docs


Type Alias: ParsedDefaultGraphQLConnectionArgumentsWithWhere<Cursor, Where>

ParsedDefaultGraphQLConnectionArgumentsWithWhere<Cursor, Where> = ParsedDefaultGraphQLConnectionArguments<Cursor> & object

Defined in: src/utilities/graphqlConnection/types.ts:26

Type of the object containing the parsed default arguments of a graphql connection with where filtering. Extends the base connection arguments with a generic where type.

Type Declaration

where

where: Where

The where filter criteria to apply to the connection.

Type Parameters

Cursor

Cursor = string

Where

Where = unknown