HashResolvers
talawa-api • Docs
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
>