For example I have data type like this:
type Student{ id: ID! name: String studentNumber: String address: String } // all fields are nullable,