DefaultConnectionPageInfoResolvers
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / DefaultConnectionPageInfoResolvers
Type Alias: DefaultConnectionPageInfoResolvers<ContextType, ParentType>
> DefaultConnectionPageInfoResolvers<ContextType
, ParentType
>: object
Type Parameters
• ContextType = any
• ParentType extends ResolversParentTypes
["DefaultConnectionPageInfo"
] = ResolversParentTypes
["DefaultConnectionPageInfo"
]
Type declaration
__isTypeOf?
> optional
__isTypeOf: IsTypeOfResolverFn
<ParentType
, ContextType
>
endCursor?
> optional
endCursor: Resolver
<Maybe
<ResolversTypes
["String"
]>, ParentType
, ContextType
>
hasNextPage?
> optional
hasNextPage: Resolver
<ResolversTypes
["Boolean"
], ParentType
, ContextType
>
hasPreviousPage?
> optional
hasPreviousPage: Resolver
<ResolversTypes
["Boolean"
], ParentType
, ContextType
>
startCursor?
> optional
startCursor: Resolver
<Maybe
<ResolversTypes
["String"
]>, ParentType
, ContextType
>