Construction.Send_payment
module Send_payment_inner : sig ... end
include module type of struct include Send_payment_inner end
module Raw = Send_payment_inner.Raw
type t_sendPayment_payment = Send_payment_inner.t_sendPayment_payment = {
hash : Scalars.String_json.t; |
}
type t_variables = Send_payment_inner.t_variables = {
}
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 :
from:Graphql_ppx_runtime.Json.t ->
to_:Graphql_ppx_runtime.Json.t ->
?token:Graphql_ppx_runtime.Json.t ->
amount:Graphql_ppx_runtime.Json.t ->
fee:Graphql_ppx_runtime.Json.t ->
?validUntil:Graphql_ppx_runtime.Json.t ->
?memo:string ->
nonce:Graphql_ppx_runtime.Json.t ->
signature: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
include module type of struct include Graphql_lib.Serializing.ExtendQuery(Send_payment_inner) end
val make :
Send_payment_inner.t_variables ->
< parse : Yojson.Basic.t -> Send_payment_inner.t
; query : Base.string
; variables : Yojson.Basic.t >