ParseGraphQLConnectionWhereResult
talawa-api / utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere / ParseGraphQLConnectionWhereResult
Type Alias: ParseGraphQLConnectionWhereResult<T0>
> ParseGraphQLConnectionWhereResult<T0
>: { errors
: DefaultGraphQLArgumentError
[]; isSuccessful
: false
; } | { isSuccessful
: true
; parsedWhere
: T0
; }
This is typescript type of the object returned from callback function parseWhere
.
Type Parameters
• T0
Defined in
src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts:15