pub async fn fetch_app_template_languages(
client: &WasmerClient,
after: Option<String>,
first: Option<i32>,
) -> Result<Option<TemplateLanguageConnection>, Error>
Expand description
Fetch languages from available app templates.
pub async fn fetch_app_template_languages(
client: &WasmerClient,
after: Option<String>,
first: Option<i32>,
) -> Result<Option<TemplateLanguageConnection>, Error>
Fetch languages from available app templates.