OBJECT
RemoveFromUserRolesConnectionPayload
link GraphQL Schema definition
- type RemoveFromUserRolesConnectionPayload {
- # The mutated UserRoles.
- : UserRoles
- # An edge containing the mutated UserRoles. Use this to update your client side
- # cache.
- : UserRolesEdge
- # A view port into your application.
- : Viewer
- # An opaque string used by frontend frameworks like relay to track requests and
- # responses.
- : String
- }