Integration.md
... ...
@@ -76,8 +76,12 @@ type child{
76 76
id: ID
77 77
firstName: String
78 78
lastName: String
79
+ dateOfBirth : Date
80
+ gender : string
79 81
}
80 82
83
+/* gender is a 1 char field 'm' or 'f'
84
+
81 85
type parent{
82 86
id: ID
83 87
firstName: String