Schema Documentation
UserRoleConnection
Description
Connection to UserRole Nodes
Fields
Field Name | Description |
---|---|
edges - [UserRoleConnectionEdge!]! | A list of edges (relational context) between RootQuery and connected UserRole Nodes |
nodes - [UserRole!]! | A list of connected UserRole Nodes |
pageInfo - UserRoleConnectionPageInfo! | Information about pagination in a connection. |
Possible Types
UserRoleConnection Types |
---|
Example
{"edges":[UserRoleConnectionEdge],"nodes":[UserRole],"pageInfo":UserRoleConnectionPageInfo}