Unofficial Bitpanda.com Subgraphs
npm ciWe're using custom build commands to generate the schema.graphql and simplify
the graph build.
npm run buildVSN:
cd vsn && npx graph deploy vision-vsnsVSN:
cd svsn && npx graph deploy vision-svsnNote that we try to keep most of the scaffolded files untouched. This make it
easier to regenerate them as needed e.g. on contract update. This is why we use
svsn/src/index.ts and svsn/src/snapshot.ts to extend svsn/src/s-vsn.ts and
svsn/snapshot-schema.graphql to extend svsn/schema.graphql.
npm testOr within Docker if the platform is not supported:
npm test:docker