Type Alias WSEmbedFieldUpdateManyWithWhereWithoutWsMessageEmbedInput

WSEmbedFieldUpdateManyWithWhereWithoutWsMessageEmbedInput: {
    data: XOR<WSEmbedFieldUpdateManyMutationInput, WSEmbedFieldUncheckedUpdateManyWithoutWsMessageEmbedInput>;
    where: WSEmbedFieldScalarWhereInput;
}