Module T.Graphql_repr

module Stable : sig ... end
type t = Stable.Latest.t = {
body : Body.Graphql_repr.t;
authorization : Control.t;
}

An account update in a zkApp transaction

val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val t_fields_annots : string -> (string * string option) list
val t_toplevel_annots : unit -> (string * string option) list
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val equal : t -> t -> bool
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> t -> Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
val compare : t -> t -> int
val authorization : t -> Control.t
val body : t -> Body.Graphql_repr.t
module Fields : sig ... end
val deriver : ( t, ( ( < contramap : ( t -> t ) Core_kernel.ref ; graphql_arg : ( unit -> t Fields_derivers_graphql.Schema.Arg.arg_typ ) Core_kernel.ref ; graphql_arg_accumulator : t Fields_derivers_zkapps.Derivers.Graphql.Args.Acc.T.t Core_kernel.ref ; graphql_creator : ( ( ( 'b, t, t, 'c ) Fields_derivers_zkapps.Derivers.Graphql.Args.Output.t, t, t, 'c ) Fields_derivers_zkapps.Derivers.Graphql.Args.Input.t -> t ) Core_kernel.ref ; graphql_fields : t Fields_derivers_zkapps.Derivers.Graphql.Fields.Input.T.t Core_kernel.ref ; graphql_fields_accumulator : t Fields_derivers_zkapps.Derivers.Graphql.Fields.Accumulator.T.t list Core_kernel.ref ; graphql_query : string option Core_kernel.ref ; graphql_query_accumulator : (Core_kernel.String.t * string option) option list Core_kernel.ref ; js_layout : [> `Assoc of (string * Yojson.Safe.t) list ] Core_kernel.ref ; js_layout_accumulator : Fields_derivers_zkapps__Fields_derivers_js.Js_layout.Accumulator.field option list Core_kernel.ref ; map : ( t -> t ) Core_kernel.ref ; nullable_graphql_arg : ( unit -> 'c Fields_derivers_graphql.Schema.Arg.arg_typ ) Core_kernel.ref ; nullable_graphql_fields : t option Fields_derivers_zkapps.Derivers.Graphql.Fields.Input.T.t Core_kernel.ref ; of_json : ( [> `Assoc of (Core_kernel.String.Map.Key.t * Yojson.Safe.t) list ] -> t ) Core_kernel.ref ; of_json_creator : Yojson.Safe.t Core_kernel.String.Map.t Core_kernel.ref ; skip : bool Core_kernel.ref ; to_json : ( t -> [> `Assoc of (Core_kernel.String.t * Yojson.Safe.t) list ] ) Core_kernel.ref ; to_json_accumulator : (Core_kernel.String.t * ( t -> Yojson.Safe.t )) option list Core_kernel.ref.. > as 'a, t, t, 'c ) Fields_derivers_zkapps.Derivers.Graphql.Args.Input.t, t, t, 'd ) Fields_derivers_zkapps.Derivers.Graphql.Args.Acc.t, t, t option ) Fields_derivers_zkapps.Derivers.Graphql.Fields.Accumulator.t -> ( t, ( 'a, t, t, 'c ) Fields_derivers_zkapps.Derivers.Graphql.Args.Acc.t, t, t option ) Fields_derivers_zkapps.Derivers.Graphql.Fields.Accumulator.t