rolle domain hinzugefügt

This commit is contained in:
2026-05-27 13:48:02 +02:00
parent e0f78a12e1
commit 4d9bbff607
12 changed files with 102 additions and 68 deletions

13
test.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
ROLLEN='
{"query": "mutation {
rolleErstellen(input: { rollenname: \"Rolle 1\" }) { id }
rolleErstellen(input: { rollenname: \"Rolle 22\" }) { id }
}"}
'
curl \
-X POST http://localhost:8000/ \
-H 'Content-Type: application/json' \
-d "$ROLLEN"