browser-extensions
browser-extensions copied to clipboard
build: fetch GQL schema from endpoint
This uses the same mechanism as in the webapp to fetch schema.
So, there are now some compile errors - in theory they should go away if ecc gets updated to the latest schema.
Here's how to move this PR to https://github.com/sourcegraph/sourcegraph/tree/master/packages/browser-extensions
cd browser-extensions
git format-patch master --stdout > /tmp/patch
cd ../sourcegraph
cat /tmp/patch | git am -3 --directory=packages/browser-extensions/
# and fixup merge conflicts