feat: db uses asynclocalstorage set schema

feat: set user input related header in public route requests to identify schema
fix: small fixes
This commit is contained in:
Sérgio Salgado 2021-09-22 19:21:00 +01:00
parent 7135a03654
commit 990ab32583
10 changed files with 58 additions and 15 deletions

View file

@ -53,6 +53,11 @@ const LoginState = ({ state, dispatch }) => {
variables: {
username,
password
},
context: {
headers: {
email: username
}
}
})