Skip to main content

UserRoleBelongsToInput

No description

type UserRoleBelongsToInput {
create: RoleRequiredInput
update: UserRoleUpdate
delete: GQLTQueryRoleWhere
}

Fields#

create (RoleRequiredInput)#

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

update (UserRoleUpdate)#

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

delete (GQLTQueryRoleWhere)#

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