Type Alias UserNotificationsCreateNestedOneWithoutUserInput

UserNotificationsCreateNestedOneWithoutUserInput: {
    connect?: UserNotificationsWhereUniqueInput;
    connectOrCreate?: UserNotificationsCreateOrConnectWithoutUserInput;
    create?: XOR<UserNotificationsCreateWithoutUserInput, UserNotificationsUncheckedCreateWithoutUserInput>;
}