OBJECT
The connection type for Band.
type BandConnection {cursors: [String!]! # A list of edges.edges: [BandEdge] # A list of nodes.nodes: [Band] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }