Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 256 Bytes

File metadata and controls

14 lines (14 loc) · 256 Bytes

actix-graphql-eager-loading

development

run

docker-compose up -d
diesel migration run

add .env example

DATABASE_URL=postgres://postgres:postgres@localhost/graphql_eager_loading_sample
RUST_LOG=debug,actix_web=debug