Graphql_queries.Archive_precomputed_blockmodule Archive_precomputed_block_inner : sig ... endinclude module type of struct include Archive_precomputed_block_inner endmodule Raw = Archive_precomputed_block_inner.Rawtype t_archivePrecomputedBlock =
Archive_precomputed_block_inner.t_archivePrecomputedBlock =
{applied : bool; |
}type t_variables = Archive_precomputed_block_inner.t_variables = {block : 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_variablesval makeVariables :
block:Encoders.PrecomputedBlock.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(Archive_precomputed_block_inner) endval make :
Archive_precomputed_block_inner.t_variables ->
< parse : Yojson.Basic.t -> Archive_precomputed_block_inner.t
; query : Base.string
; variables : Yojson.Basic.t >