Skip to main content

HashResolvers

talawa-apiDocs


talawa-api / types/generatedGraphQLTypes / HashResolvers

Type Alias: HashResolvers<ContextType, ParentType>

> HashResolvers<ContextType, ParentType>: object

Type Parameters

ContextType = any

ParentType extends ResolversParentTypes["Hash"] = ResolversParentTypes["Hash"]

Type declaration

__isTypeOf?

> optional __isTypeOf: IsTypeOfResolverFn<ParentType, ContextType>

algorithm?

> optional algorithm: Resolver<ResolversTypes["String"], ParentType, ContextType>

value?

> optional value: Resolver<ResolversTypes["String"], ParentType, ContextType>

Defined in

src/types/generatedGraphQLTypes.ts:4398