Skip to main content

ItemPermissionsHasManyInput

No description

type ItemPermissionsHasManyInput {
create: [RoleItemPermissionRequiredInput]
update: [ItemPermissionsUpdate]
add: [GQLTQueryRoleItemPermissionWhere]
remove: [GQLTQueryRoleItemPermissionWhere]
delete: [GQLTQueryRoleItemPermissionWhere]
}

Fields#

create ([RoleItemPermissionRequiredInput])#

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

update ([ItemPermissionsUpdate])#

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

add ([GQLTQueryRoleItemPermissionWhere])#

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

remove ([GQLTQueryRoleItemPermissionWhere])#

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

delete ([GQLTQueryRoleItemPermissionWhere])#

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