IconResourceConnection: {
    __typename?: "IconResourceConnection";
    edges: IconResourceEdge[];
    nodes: IconResource[];
    pageInfo: PageInfo;
    totalCount: Scalars["Int"];
}

Connection of IconResources

Type declaration

  • Optional __typename?: "IconResourceConnection"
  • edges: IconResourceEdge[]

    All the edges in this page of the connection

  • nodes: IconResource[]

    Shortcut for edges[].node

  • pageInfo: PageInfo

    Details regarding the current page of the connnection

  • totalCount: Scalars["Int"]

    The total number of items in the connection (in all pages)

Generated using TypeDoc