OBJECT
The connection type for Office.
type OfficeConnection {# A list of edges.edges: [OfficeEdge] # A list of nodes.nodes: [Office] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }