This service exposes a GraphQL endpoint for easy querying of Rollups data.
Run the following command to generate the GraphQL schema based on the Rust code:
cargo run --bin generate-schema
To run the GraphQL server locally, you need to setup a PosgreSQL database as described in the data crate README.md. Then, run the following command:
cargo run --bin graphql-server -- --postgres-password pw