gecko/lib/data/currentUD.dart

11 lines
131 B
Dart

class TodoFetch {
static String fetchAll = """
query {
currentUd {
amount,
base
}
}
""";
}