InvalidCursorResolvers
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / InvalidCursorResolvers
Type Alias: InvalidCursorResolvers<ContextType, ParentType>
> InvalidCursorResolvers<ContextType
, ParentType
>: object
Type Parameters
• ContextType = any
• ParentType extends ResolversParentTypes
["InvalidCursor"
] = ResolversParentTypes
["InvalidCursor"
]
Type declaration
__isTypeOf?
> optional
__isTypeOf: IsTypeOfResolverFn
<ParentType
, ContextType
>
message?
> optional
message: Resolver
<ResolversTypes
["String"
], ParentType
, ContextType
>
path?
> optional
path: Resolver
<ResolversTypes
["String"
][], ParentType
, ContextType
>