InsurancePlanPaginationConnection
The connection type for InsurancePlan.
Fields
edges   
·  [InsurancePlanEdge]     · A list of edges.  nodes   
·  [InsurancePlan]     · A list of nodes.  Used By
Definition
"""The connection type for InsurancePlan."""type InsurancePlanPaginationConnection {  """  A list of edges.  """  edges: [InsurancePlanEdge]
  """  A list of nodes.  """  nodes: [InsurancePlan]
  """  Information to aid in pagination.  """  page_info: PageInfo!
  """  Total count of items.  """  total_count: Int!}