resolvers-updates
Some checks failed
deploy / deploy (push) Failing after 1m30s

This commit is contained in:
2023-12-16 18:24:30 +03:00
parent bf7bc03e50
commit 692dd9cfe0
7 changed files with 171 additions and 34 deletions

View File

@@ -35,7 +35,7 @@ poetry run python server.py
### Auth
Put the header 'Authorization' with token from signIn query or registerUser mutation. Setup `WEBHOOK_SECRET` env var
Setup `WEBHOOK_SECRET` env var, webhook payload on `/new-author` is expected when User is created. In front-end put the header 'Authorization' with token from signIn query or registerUser mutation.
### Viewed