Skip to main content

RoleUsersHasManyInput

No description

type RoleUsersHasManyInput {
create: [UserRequiredInput]
update: [RoleUsersUpdate]
add: [GQLTQueryUserWhere]
remove: [GQLTQueryUserWhere]
delete: [GQLTQueryUserWhere]
}

Fields#

create ([UserRequiredInput])#

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

update ([RoleUsersUpdate])#

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

add ([GQLTQueryUserWhere])#

This will add any matching elements with a relationship to the current Role

remove ([GQLTQueryUserWhere])#

This will remove the relationship from any matching elements from the current Role

delete ([GQLTQueryUserWhere])#

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