Construction.Send_paymentmodule Send_payment_inner : sig ... endinclude module type of struct include Send_payment_inner endmodule Raw = Send_payment_inner.Rawtype 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_variablesval 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_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(Send_payment_inner) endval make :
Send_payment_inner.t_variables ->
< parse : Yojson.Basic.t -> Send_payment_inner.t
; query : Base.string
; variables : Yojson.Basic.t >