Graphql_queries.Import_accountmodule Import_account_inner : sig ... endinclude module type of struct include Import_account_inner endmodule Raw = Import_account_inner.Rawtype t_importAccount = Import_account_inner.t_importAccount = {public_key : Graphql_lib.Scalars.PublicKey.t; |
already_imported : bool; |
success : bool; |
}Serialize the ReasonML GraphQL data that was parsed using the parse function back to the original JSON compatible data
val serializeVariables : t_variables -> Raw.t_variablesval makeVariables : path:string -> password:string -> unit -> t_variablesval unsafe_fromJson : Graphql_ppx_runtime.Json.t -> Raw.tval toJson : Raw.t -> Graphql_ppx_runtime.Json.tval variablesToJson : Raw.t_variables -> Graphql_ppx_runtime.Json.tinclude module type of struct include Graphql_lib.Serializing.ExtendQuery(Import_account_inner) endval make :
Import_account_inner.t_variables ->
< parse : Yojson.Basic.t -> Import_account_inner.t
; query : Base.string
; variables : Yojson.Basic.t >