gecko/lib/data/currentUD.dart

11 lines
131 B
Dart
Raw Normal View History

2020-12-13 05:43:52 +01:00
class TodoFetch {
static String fetchAll = """
query {
currentUd {
amount,
base
}
}
""";
}