defaultGraphQLConnectionArgumentsSchema
Variable: defaultGraphQLConnectionArgumentsSchema
const
defaultGraphQLConnectionArgumentsSchema:ZodObject
<{after
:ZodEffects
<ZodOptional
<ZodNullable
<ZodString
>>,string
,string
>;before
:ZodEffects
<ZodOptional
<ZodNullable
<ZodString
>>,string
,string
>;first
:ZodEffects
<ZodOptional
<ZodNullable
<ZodNumber
>>,number
,number
>;last
:ZodEffects
<ZodOptional
<ZodNullable
<ZodNumber
>>,number
,number
>; },"strip"
, {after
:string
;before
:string
;first
:number
;last
:number
; }, {after
:string
;before
:string
;first
:number
;last
:number
; }>
Defined in: src/utilities/defaultGraphQLConnection.ts:27
Zod schema to parse the default graphql connection arguments and transform them to make them easier to work with.