Type Alias UserCreateOrConnectWithoutSessionsInput

UserCreateOrConnectWithoutSessionsInput: {
    create: XOR<UserCreateWithoutSessionsInput, UserUncheckedCreateWithoutSessionsInput>;
    where: UserWhereUniqueInput;
}