HumanType

{
  "firstName": String,
  "parent": Human_Type,
}
FieldDescription
firstNameString
parentHuman_Type

Student extends Human_Type

{
  "matricleNumber": String,
}
FieldDescription
matricleNumberString

Map<P, T>

{
  "totalResults": Integer,
  "parent": P,
  "entries": Array (T),
}
FieldDescription
totalResultsInteger
parentP
entriesArray (T)

StudentMap extends Map

{
}
FieldDescription

HumanMap extends Map

{
}
FieldDescription

RootSchema

{
  "students": StudentMap,
}
FieldDescription
studentsStudentMap