OBJECT
A connection to a list of Bank values.
Bank
type BanksConnection {# A list of `Bank` objects.nodes: [Bank]! # A list of edges which contains the `Bank` and cursor to aid in pagination.edges: [BanksEdge!]! # Information to aid in pagination.pageInfo: PageInfo! # The count of *all* `Bank` you could get from the connection.totalCount: Int }