Skip to main content

FileItemBelongsToInput

No description

type FileItemBelongsToInput {
create: ItemRequiredInput
update: FileItemUpdate
delete: GQLTQueryItemWhere
}

Fields#

create (ItemRequiredInput)#

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

update (FileItemUpdate)#

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

delete (GQLTQueryItemWhere)#

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