Cargo Features
async-graphql-value has no features set by default.
[dependencies]
async-graphql-value = { version = "7.0.11", features = ["raw_value"] }
- raw_value
-
Enables raw_value of serde_json
serde_json:
Provide a RawValue type that can hold unprocessed JSON during deserialization.
Affects
value_serde::RAW_VALUE_TOKEN
…