Type Alias GuildDropsCreateOrConnectWithoutGamesInput

GuildDropsCreateOrConnectWithoutGamesInput: {
    create: XOR<GuildDropsCreateWithoutGamesInput, GuildDropsUncheckedCreateWithoutGamesInput>;
    where: GuildDropsWhereUniqueInput;
}