feat: allow multiple rel with matching value

This commit is contained in:
Jon Lundy
2023-04-19 17:53:00 -06:00
parent b8c2f9f510
commit 12a3e7b1ff
7 changed files with 134 additions and 67 deletions

View File

@@ -35,7 +35,3 @@ ifeq (, $(shell which gqlgen))
endif
gqlgen
EV_HOST?=localhost:8080
load:
watch -n .1 "http POST $(EV_HOST)/inbox/asdf/test a=b one=1 two:='{\"v\":2}' | jq"