Add functionality to save source browse searches

This commit is contained in:
schroda
2024-05-08 04:01:23 +02:00
parent 93f76d6b7e
commit 5cb541b684
11 changed files with 337 additions and 37 deletions

View File

@@ -65,6 +65,10 @@ export const PARTIAL_SOURCE_FIELDS = gql`
pkgName
repo
}
meta {
key
value
}
}
`;