Integration.md
... ...
@@ -210,4 +210,24 @@ https://brave-sack.surge.sh/object/app/
210 210
}
211 211
```
212 212
213
+### List of staff sign in and out (TEST)
214
+
215
+https://brave-sack.surge.sh/object/staffatt/
216
+
217
+```
218
+{
219
+ "query": "{
220
+ service(id: 976) {
221
+ staffAtts(date: \"2019-05-15\") {
222
+ in
223
+ out
224
+ date
225
+ firstName
226
+ roomName
227
+ unpaid
228
+ }
229
+ }
230
+ }"
231
+}
232
+```
213 233