Add example of how to construct null in graphql_value
This commit is contained in:
parent
89a5dc2fb9
commit
26bfe7652f
1 changed files with 2 additions and 0 deletions
|
@ -250,6 +250,8 @@ where
|
||||||
///
|
///
|
||||||
/// # fn main() {
|
/// # fn main() {
|
||||||
/// # let _: V =
|
/// # let _: V =
|
||||||
|
/// graphql_value!(None);
|
||||||
|
/// # let _: V =
|
||||||
/// graphql_value!(1234);
|
/// graphql_value!(1234);
|
||||||
/// # let _: V =
|
/// # let _: V =
|
||||||
/// graphql_value!("test");
|
/// graphql_value!("test");
|
||||||
|
|
Loading…
Reference in a new issue