PhoneConnection
A paginated list of Phone edges.
type PhoneConnection {
pageInfo: PageInfo!
edges: [PhoneEdge!]!
}
Fields
PhoneConnection.pageInfo ● PageInfo! non-null object
Pagination information about the list of edges.
PhoneConnection.edges ● [PhoneEdge!]! non-null object
A list of Phone edges.
Member Of
Company object ● Contact object ● Person object ● User object