Demonstration bridge between ATproto and GraphQL. Generate schema types and interface with the ATmosphere via GraphQL queries. Includes a TypeScript server with IDE.
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update folder structure

Tim Ryan 260b8a37 05cc8489

+1 -1
.env.example server/.env.example
+1 -1
.gitignore
··· 1 1 # Rust 2 2 # Generated by Cargo 3 - /target/ 3 + server/target/ 4 4 5 5 # IDE 6 6 .idea/
.gitmodules server/.gitmodules
.rules server/.rules
Cargo.lock server/Cargo.lock
Cargo.toml server/Cargo.toml
Dockerfile server/Dockerfile
fly.toml server/fly.toml
graphql/useInventoryQuery.json server/graphql/useInventoryQuery.json
graphql/useMessagesQuery.json server/graphql/useMessagesQuery.json
graphql/useProfileQuery.json server/graphql/useProfileQuery.json
src/main.rs server/src/main.rs