Type Alias UserCreateNestedOneWithoutNotificationsInput

UserCreateNestedOneWithoutNotificationsInput: {
    connect?: UserWhereUniqueInput;
    connectOrCreate?: UserCreateOrConnectWithoutNotificationsInput;
    create?: XOR<UserCreateWithoutNotificationsInput, UserUncheckedCreateWithoutNotificationsInput>;
}