OBJECT

StudentListResultInterface

link GraphQL Schema definition

  • type StudentListResultInterface {
  • count: Int
  • data: [Student]
  • }