ParseGraphQLConnectionArgumentsWithWhereResult
talawa-api / utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere / ParseGraphQLConnectionArgumentsWithWhereResult
Type Alias: ParseGraphQLConnectionArgumentsWithWhereResult<T0, T1>
> ParseGraphQLConnectionArgumentsWithWhereResult<T0
, T1
>: Promise
<{ errors
: DefaultGraphQLArgumentError
[]; isSuccessful
: false
; } | { isSuccessful
: true
; parsedArgs
: ParsedGraphQLConnectionArgumentsWithWhere
<T0
, T1
>; }>
This is typescript type of the object returned from parseGraphQLConnectionArgumentsWithWhere
function.
Type Parameters
• T0
• T1
Defined in
src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts:36