diff --git a/src/graphiql.rs b/src/graphiql.rs index 75faf9ac..bffbb3ef 100644 --- a/src/graphiql.rs +++ b/src/graphiql.rs @@ -1,3 +1,6 @@ +//! Utility module to generate a GraphiQL interface + +/// Generate the HTML source to show a GraphiQL interface pub fn graphiql_source(graphql_endpoint_url: &str) -> String { let stylesheet_source = r#"