blob: b49d01bc38e0f4fcd79542b6a8a5e10aebb67067 [file] [log] [blame]
#!/bin/bash
set -eux
echo '{
"query": "{
Get {
Document {
text
}
}
}"
}' | tr -d "\n" | curl \
-X POST \
-H 'Content-Type: application/json' \
-d @- \
http://localhost:9035/v1/graphql | jq .