PersonNameConnection
No description
type PersonNameConnection {
pageInfo: PageInfo!
edges: [PersonNameEdge]!
}
Fields
PersonNameConnection.pageInfo
● PageInfo!
non-null object
Pagination data for this connection.
PersonNameConnection.edges
● [PersonNameEdge]!
non-null object
Contains the nodes in this connection.
Member Of
Person
object