Type Alias apollo_compiler::execution::JsonMap

source ·
pub type JsonMap = Map<ByteString, JsonValue>;
Expand description

A JSON-compatible object/map with string keys and dynamically-typed values.

Aliased Type§

struct JsonMap { /* private fields */ }