Import_account.Import_account_inner
module Raw : sig ... end
type 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_variables
val makeVariables : path:string -> password:string -> unit -> t_variables
val unsafe_fromJson : Graphql_ppx_runtime.Json.t -> Raw.t
val toJson : Raw.t -> Graphql_ppx_runtime.Json.t
val variablesToJson : Raw.t_variables -> Graphql_ppx_runtime.Json.t