Graphql_queries.Set_snark_work_feemodule Set_snark_work_fee_inner : sig ... endinclude module type of struct include Set_snark_work_fee_inner endmodule Raw = Set_snark_work_fee_inner.Rawtype t_setSnarkWorkFee = Set_snark_work_fee_inner.t_setSnarkWorkFee = {lastFee : Graphql_lib.Scalars.Fee.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_variablesval makeVariables : fee:Encoders.UInt64.input -> 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(Set_snark_work_fee_inner) endval make :
Set_snark_work_fee_inner.t_variables ->
< parse : Yojson.Basic.t -> Set_snark_work_fee_inner.t
; query : Base.string
; variables : Yojson.Basic.t >