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