 
    
    Search: 
OBJECT
StudentConnection
Relay-style pagination (https://facebook.github.io/relay/graphql/connections.htm)
link GraphQL Schema definition
- type StudentConnection {
- : [StudentEdge] 
- : PageInfo 
- }
 
    
OBJECT
Relay-style pagination (https://facebook.github.io/relay/graphql/connections.htm)
- type StudentConnection {
- edges: [StudentEdge] 
- pageInfo: PageInfo 
- }