Skip to main content

OrderAccountBelongsToInput

No description

type OrderAccountBelongsToInput {
create: AccountRequiredInput
update: OrderAccountUpdate
delete: GQLTQueryAccountWhere
}

Fields#

create (AccountRequiredInput)#

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

update (OrderAccountUpdate)#

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

delete (GQLTQueryAccountWhere)#

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