Skip to main content

RolePermissionRoleBelongsToInput

No description

type RolePermissionRoleBelongsToInput {
create: RoleRequiredInput
update: RolePermissionRoleUpdate
delete: GQLTQueryRoleWhere
}

Fields#

create (RoleRequiredInput)#

This will create a new element with a relationship to the current RolePermission

update (RolePermissionRoleUpdate)#

This will update any matching elements that have a relationship to the current RolePermission

delete (GQLTQueryRoleWhere)#

This will delete any matching elements that have a relationship with the current RolePermission