Graphql_queries.Get_inferred_nonce
module Get_inferred_nonce_inner : sig ... end
include module type of struct include Get_inferred_nonce_inner end
module Raw = Get_inferred_nonce_inner.Raw
type t_account = Get_inferred_nonce_inner.t_account = {
inferredNonce : Graphql_lib.Scalars.AccountNonce.t option; |
}
type t_variables = Get_inferred_nonce_inner.t_variables = {
public_key : Graphql_ppx_runtime.Json.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 : public_key:Encoders.PublicKey.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(Get_inferred_nonce_inner) end
val make :
Get_inferred_nonce_inner.t_variables ->
< parse : Yojson.Basic.t -> Get_inferred_nonce_inner.t
; query : Base.string
; variables : Yojson.Basic.t >