adapt cypress env loginQuery to changes in backend

This commit is contained in:
mahula 2023-05-08 12:10:43 +02:00
parent ad4418d297
commit 9ad3b704df

View File

@ -58,7 +58,7 @@ export default defineConfig({
mailserverURL: 'http://localhost:1080',
loginQuery: `mutation ($email: String!, $password: String!, $publisherId: Int) {
login(email: $email, password: $password, publisherId: $publisherId) {
email
id
firstName
lastName
language