object BillConnection

Fields

FieldTypeDescription
pageInfoPageInfo!

Pagination data for this connection.

edges[BillEdge]!

Contains the nodes in this connection.

Referenced By

Example

{
  "pageInfo": PageInfo,
  "edges": BillEdge
}