Add a search entrypoint to the GraphQL schema
Add a search entrypoint and integrate with swh-search
query { search(query: "test", first: 10) { nodes { type: "Origin" target: { url } } } }
This query will later be used by the search UI.
Related to swh-search#3952
Migrated from T4263 (view on Phabricator)
Edited by Phabricator Migration user