Type Alias UserUpdateToOneWithWhereWithoutSessionsInput

UserUpdateToOneWithWhereWithoutSessionsInput: {
    data: XOR<UserUpdateWithoutSessionsInput, UserUncheckedUpdateWithoutSessionsInput>;
    where?: UserWhereInput;
}