RecordConnection
No description
type RecordConnection {
pageInfo: PageInfo!
edges: [RecordEdge]!
}
Fields
RecordConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection.
RecordConnection.edges ● [RecordEdge]! non-null object
Contains the nodes in this connection.
Member Of
Address object ● Brand object ● EmailAddress object ● LegalEntity object ● OperatingLocation object ● Person object ● PhoneNumber object ● RegisteredEntity object ● Role object ● Tin object ● Website object