Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Latest commit

 

History

History

hackerbookreview_6

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Test

bash ../bin/project-restart.sh
echo "exec server: test" && docker-compose -f docker-compose.yml exec -T server curl -s http://localhost:4000/graphql -H 'Content-Type: application/json' --data-binary '{"query":"query Book { book(id: \"1\") { id }}"}'