Graphql_queries.Get_peersmodule Get_peers_inner : sig ... endinclude module type of struct include Get_peers_inner endmodule Raw = Get_peers_inner.RawSerialize the ReasonML GraphQL data that was parsed using the parse function back to the original JSON compatible data
val serializeVariables : unit -> Raw.t_variablesval makeVariables : unit -> t_variablesval makeDefaultVariables : 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(Get_peers_inner) endval make :
Get_peers_inner.t_variables ->
< parse : Yojson.Basic.t -> Get_peers_inner.t
; query : Base.string
; variables : Yojson.Basic.t >