Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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) Stdlib.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