Type Alias GuildStickyMessageWebhookUpdateManyMutationInput

GuildStickyMessageWebhookUpdateManyMutationInput: {
    avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    enabled?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    username?: NullableStringFieldUpdateOperationsInput | string | null;
}