feat(backend): add external_urls to GraphQL

Available for :
- saveAdminSettings
- adminSettings
- config

For #1764
This commit is contained in:
Massedil
2025-07-01 19:38:16 +02:00
parent 04cf4efee4
commit 88b48f3350
5 changed files with 49 additions and 1 deletions

View File

@@ -103,6 +103,10 @@ defmodule Mobilizon.GraphQL.Schema.ConfigType do
)
field(:search, :search_settings, description: "The instance's search settings")
field(:external_urls, list_of(:external_url),
description: "List of URL that will be shown to users"
)
end
@desc """