Type Alias GuildCreateOrConnectWithoutAutoLiveRolesInput

GuildCreateOrConnectWithoutAutoLiveRolesInput: {
    create: XOR<GuildCreateWithoutAutoLiveRolesInput, GuildUncheckedCreateWithoutAutoLiveRolesInput>;
    where: GuildWhereUniqueInput;
}