graphql-lwt
Build GraphQL schemas with Lwt support
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-lwt
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