Integration.md
... ...
@@ -164,4 +164,26 @@ Schema definition is [here](https://brave-sack.surge.sh/).
164 164
}
165 165
```
166 166
167
+### Who will attend in the future, based on bookings.
168
+
169
+
170
+```
171
+{
172
+ "query": "{
173
+ service(id: 472) {
174
+ id
175
+ bookedSessions(startDate: \"2021-12-20\", roomId: \"sfsta_762\") {
176
+ enrolmentId
177
+ room
178
+ roomId
179
+ code
180
+ sessionCodeId
181
+ fee
182
+ startTime
183
+ endTime
184
+ absent
185
+ }
186
+ }
187
+ }"
188
+}
167 189