Skip to main content

PermissionRolesHasManyInput

No description

type PermissionRolesHasManyInput {
create: [RolePermissionRequiredInput]
update: [PermissionRolesUpdate]
add: [GQLTQueryRolePermissionWhere]
remove: [GQLTQueryRolePermissionWhere]
delete: [GQLTQueryRolePermissionWhere]
}

Fields#

create ([RolePermissionRequiredInput])#

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

update ([PermissionRolesUpdate])#

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

add ([GQLTQueryRolePermissionWhere])#

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

remove ([GQLTQueryRolePermissionWhere])#

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

delete ([GQLTQueryRolePermissionWhere])#

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