Skip to content

Commit 2b84552

Browse files
authored
Update schema.gql
1 parent 182b04b commit 2b84552

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

schema.gql

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,35 @@ query getContinents {
88
id
99
forename
1010
surname
11-
# street
12-
# zipcode
13-
# city
14-
# phone1
15-
# phone2
16-
# fax
17-
# email
18-
# country
19-
# canton
20-
# notes
21-
# volume
22-
# volume_unit
23-
# pooltext
24-
# gps
11+
street
12+
zipcode
13+
city
14+
phone1
15+
phone2
16+
fax
17+
email
18+
country
19+
canton
20+
notes
21+
volume
22+
volume_unit
23+
pooltext
24+
gps
2525
Measurements {
2626
id
2727
scenario
2828
parameter
2929
parameter_id
3030
unit
31-
# comment
32-
# device_serial
33-
# operator_name
34-
# value
35-
# formatted_value
36-
# ideal_low
37-
# ideal_high
38-
# ideal_status
39-
# timestamp
31+
comment
32+
device_serial
33+
operator_name
34+
value
35+
formatted_value
36+
ideal_low
37+
ideal_high
38+
ideal_status
39+
timestamp
4040
}
4141
}
4242
WaterTreatmentProducts {
@@ -45,7 +45,6 @@ query getContinents {
4545
effect
4646
phrase
4747
}
48-
4948
}
5049
Scenarios {
5150
scenario_id

0 commit comments

Comments
 (0)