Graphql_queries.Create_hd_account
module Create_hd_account_inner : sig ... end
include module type of struct include Create_hd_account_inner end
module Raw = Create_hd_account_inner.Raw
type t_createHDAccount = Create_hd_account_inner.t_createHDAccount = {
public_key : Graphql_lib.Scalars.PublicKey.t; |
}
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 : hd_index:Encoders.UInt32.input -> 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
include module type of struct include Graphql_lib.Serializing.ExtendQuery(Create_hd_account_inner) end
val make :
Create_hd_account_inner.t_variables ->
< parse : Yojson.Basic.t -> Create_hd_account_inner.t
; query : Base.string
; variables : Yojson.Basic.t >