Type Alias GuildDropsGameCreateOrConnectWithoutGameInput

GuildDropsGameCreateOrConnectWithoutGameInput: {
    create: XOR<GuildDropsGameCreateWithoutGameInput, GuildDropsGameUncheckedCreateWithoutGameInput>;
    where: GuildDropsGameWhereUniqueInput;
}