Type Alias GuildDropsGameWebhookCreateOrConnectWithoutGuildDropsGameInput

GuildDropsGameWebhookCreateOrConnectWithoutGuildDropsGameInput: {
    create: XOR<GuildDropsGameWebhookCreateWithoutGuildDropsGameInput, GuildDropsGameWebhookUncheckedCreateWithoutGuildDropsGameInput>;
    where: GuildDropsGameWebhookWhereUniqueInput;
}