Type Alias GuildDropsGameCreateOrConnectWithoutGuildDropsInput

GuildDropsGameCreateOrConnectWithoutGuildDropsInput: {
    create: XOR<GuildDropsGameCreateWithoutGuildDropsInput, GuildDropsGameUncheckedCreateWithoutGuildDropsInput>;
    where: GuildDropsGameWhereUniqueInput;
}