fn endpoint_from_domain_name(domain_name: &str) -> String
By convention, something like "wasmer.io" should be converted to "https://registry.wasmer.io/graphql".
"wasmer.io"
"https://registry.wasmer.io/graphql"