Add functionality to pin sources

This commit is contained in:
schroda
2025-05-17 22:17:15 +02:00
parent cab2469ec1
commit 822e47084e
11 changed files with 77 additions and 14 deletions

View File

@@ -38,6 +38,7 @@ export const SOURCE_MIGRATABLE_FIELDS = gql`
export const SOURCE_LIST_FIELDS = gql`
${SOURCE_BASE_FIELDS}
${SOURCE_META_FIELDS}
fragment SOURCE_LIST_FIELDS on SourceType {
...SOURCE_BASE_FIELDS
@@ -48,6 +49,10 @@ export const SOURCE_LIST_FIELDS = gql`
isConfigurable
supportsLatest
meta {
...SOURCE_META_FIELDS
}
extension {
pkgName
repo