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
parent 89a5dc2fb9
commit 26bfe7652f
No known key found for this signature in database
GPG key ID: EC3265E3517FBDEE

View file

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