Skip to main content

ItemFileHasOneInput

No description

type ItemFileHasOneInput {
create: FileRequiredInput
update: ItemFileUpdate
delete: GQLTQueryFileWhere
}

Fields#

create (FileRequiredInput)#

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

update (ItemFileUpdate)#

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

delete (GQLTQueryFileWhere)#

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