-
Updated
Oct 5, 2020 - Python
mu
Here are 43 public repositories matching this topic...
-
Updated
Oct 5, 2020 - Scala
-
Updated
Oct 1, 2020 - C#
https://github.com/dillonkearns/elm-graphql
We are all on board on the idea of sharing the schemas and types between the frontend and the backend
But for some reason I could not easily make this library to work with our schema.graphql, need to investigate more!
-
Updated
Mar 23, 2020 - Reason
-
Updated
Apr 14, 2019
-
Updated
Jan 7, 2020 - Ruby
-
Updated
Sep 18, 2017 - Python
-
Updated
Apr 5, 2016 - Ruby
-
Updated
May 14, 2019
-
Updated
May 13, 2019
Improve this page
Add a description, image, and links to the mu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mu topic, visit your repo's landing page and select "manage topics."


Here's a
.avdlfile with a deliberate typo.@namespace("integrationtest") protocol WeatherService { record GetForecastRequest { // NOTE: missing semicolon string city int days_required; } enum Weather { SUNNY, CLOUDY, RAINY } record GetForecastResponse { string last_updated; array<Weather> daily_forecasts; } void