This commit is contained in:
Tim Maddison 2021-07-23 10:09:02 +01:00
parent f9451c09b9
commit ef70b913e4

View File

@ -1,8 +1,9 @@
use std::collections::HashMap; use std::collections::HashMap;
use crate::Value;
use serde::Serialize; use serde::Serialize;
use crate::Value;
/// Generate the page for GraphQL Playground /// Generate the page for GraphQL Playground
/// ///
/// # Example /// # Example