PaginatedNetwork
No description
type PaginatedNetwork {
  edges: [PluralNetworkEdge!]
  nodes: [PluralNetwork!]
  pageInfo: PageInfo!
  totalCount: Int!
}
No description
type PaginatedNetwork {
  edges: [PluralNetworkEdge!]
  nodes: [PluralNetwork!]
  pageInfo: PageInfo!
  totalCount: Int!
}
edges ([PluralNetworkEdge!])nodes ([PluralNetwork!])pageInfo (PageInfo!)totalCount (Int!)