Integration.md
... ...
@@ -59,7 +59,7 @@ type service (id){
59 59
}
60 60
61 61
type enrolment{
62
- our_child: child
62
+ child: child
63 63
parent1: parent
64 64
parent2: parent
65 65
bookings: [booking]
... ...
@@ -103,7 +103,7 @@ type booking{
103 103
service(id: 1) {
104 104
id
105 105
enrolments {
106
- our_child {
106
+ child {
107 107
id
108 108
firstName
109 109
lastName