Skip to main content

RolePermissionsHasManyInput

No description

type RolePermissionsHasManyInput {
create: [RolePermissionRequiredInput]
update: [RolePermissionsUpdate]
add: [GQLTQueryRolePermissionWhere]
remove: [GQLTQueryRolePermissionWhere]
delete: [GQLTQueryRolePermissionWhere]
}

Fields#

create ([RolePermissionRequiredInput])#

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

update ([RolePermissionsUpdate])#

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

add ([GQLTQueryRolePermissionWhere])#

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

remove ([GQLTQueryRolePermissionWhere])#

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

delete ([GQLTQueryRolePermissionWhere])#

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