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