refactor: rename externalUrls to externalLinks

This commit is contained in:
Massedil
2025-09-03 21:45:41 +02:00
parent 48ae930b64
commit 66f3956d14
11 changed files with 37 additions and 37 deletions

View File

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