Skip to main content

RoleItemPermissionsHasManyInput

No description

type RoleItemPermissionsHasManyInput {
create: [RoleItemPermissionRequiredInput]
update: [RoleItemPermissionsUpdate]
add: [GQLTQueryRoleItemPermissionWhere]
remove: [GQLTQueryRoleItemPermissionWhere]
delete: [GQLTQueryRoleItemPermissionWhere]
}

Fields#

create ([RoleItemPermissionRequiredInput])#

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

update ([RoleItemPermissionsUpdate])#

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

add ([GQLTQueryRoleItemPermissionWhere])#

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

remove ([GQLTQueryRoleItemPermissionWhere])#

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

delete ([GQLTQueryRoleItemPermissionWhere])#

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