VS
Size: a a a
VS
AH
AH
type TrueBool = TrueBool of bool with
static member create x = if x = false then None else Some (TrueBool x)
static member value (TrueBool x) = x
AH
AH
AH
VS
AH
DS
оГ
К
AH
AH
AH
AH
member _.WithPolymorphicEntities(polyBuilders: PolymorphicBuilder<'ctx> list) : HttpHandler =
fun next httpCtx ->
job {
let! doc = builder.WriteList httpCtx ctx req (polyBuilders |> List.map (fun b -> b.resourceDef, b.entity))
return! jsonApiWithETag<'ctx> doc next httpCtx
}
|> Job.startAsTask
AH
VS
VS