Schema Documentation
UserToUserRoleConnection
Description
Connection between the User type and the UserRole type
Fields
Field Name | Description |
---|---|
edges - [UserToUserRoleConnectionEdge!]! | Edges for the UserToUserRoleConnection connection |
nodes - [UserRole!]! | The nodes of the connection, without the edges |
pageInfo - UserToUserRoleConnectionPageInfo! | Information about pagination in a connection. |
Example
{"edges":[UserToUserRoleConnectionEdge],"nodes":[UserRole],"pageInfo":UserToUserRoleConnectionPageInfo}