graphql-cohttp
Run GraphQL servers with `cohttp`
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library graphql-cohttp
val arg' :
?doc:string ->
string ->
typ:'a option arg_typ ->
default:Graphql_parser.const_value ->
'a arg
val fix : ( 'a fixpoint -> 'a ) -> 'a
val scalar :
?doc:string ->
string ->
coerce:( Graphql_parser.const_value -> ( 'a, string ) result ) ->
'a option arg_typ
val enum :
?doc:string ->
string ->
values:'a enum_value list ->
'a option arg_typ
val int : int option arg_typ
val string : string option arg_typ
val bool : bool option arg_typ
val float : float option arg_typ
val guid : string option arg_typ