blob: 095669e73b67c7bb9d0403f9ab74674c61d3d36c [file] [log] [blame]
#!/bin/bash
kubectl -n dgraph port-forward svc/dgraph-alpha 8081:8080 &
sleep 1
curl -X POST http://localhost:8081/admin/schema -d 'enum EventState { NEW PROCESSING DONE } type Ignore { x: Int }'