Add example of how to construct null in graphql_value

This commit is contained in:
Alexander Simmerl 2019-12-15 13:31:24 +01:00 committed by Christian Legnitto
parent 5b1c5c697a
commit 16967d7d98

View file

@ -257,6 +257,8 @@ where
///
/// # fn main() {
/// # let _: V =
/// graphql_value!(None);
/// # let _: V =
/// graphql_value!(1234);
/// # let _: V =
/// graphql_value!("test");