OBJECT

StudentCondensedObject

link GraphQL Schema definition

  • type StudentCondensedObject {
  • studentId: Int!
  • firstname: String!
  • lastname: String!
  • }