Integration.md
... ...
@@ -188,4 +188,26 @@ Schema definition is [here](https://brave-sack.surge.sh/).
188 188
}
189 189
```
190 190
191
+### List of applications (TEST)
192
+
193
+The type of application
194
+https://brave-sack.surge.sh/object/app/
195
+
196
+```
197
+{
198
+ "query": "{
199
+ service(id: 1) {
200
+ applications(status: \"submitted\") {
201
+ id
202
+ plannedStartDate
203
+ plannedDays
204
+ childFirstName
205
+ parentLastName
206
+ childDob
207
+ }
208
+ }
209
+ }"
210
+}
211
+```
212
+
191 213