Skip to main content

UserAccountsHasManyInput

No description

type UserAccountsHasManyInput {
create: [AccountRequiredInput]
update: [UserAccountsUpdate]
add: [GQLTQueryAccountWhere]
remove: [GQLTQueryAccountWhere]
delete: [GQLTQueryAccountWhere]
}

Fields#

create ([AccountRequiredInput])#

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

update ([UserAccountsUpdate])#

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

add ([GQLTQueryAccountWhere])#

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

remove ([GQLTQueryAccountWhere])#

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

delete ([GQLTQueryAccountWhere])#

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