GuildDropsGameWebhookUpdateInput: {
    avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    guildDropsGame?: GuildDropsGameUpdateOneWithoutWebhookNestedInput;
    username?: NullableStringFieldUpdateOperationsInput | string | null;
}