pub fn playground_source(graphql_endpoint_url: &str) -> String { r##" GraphQL Playground
Loading GraphQL Playground
"##.replace("GRAPHQL_URL", graphql_endpoint_url) }