Fix import

This commit is contained in:
Ramon Wenger 2022-09-26 16:12:22 +02:00
parent 965f7517f8
commit 3d630b28df
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
import {makeExecutableSchema} from '@graphql-tools/schema'; import {makeExecutableSchema} from '@graphql-tools/schema';
import {addMocksToSchema} from '@graphql-tools/mock'; import {addMocksToSchema} from '@graphql-tools/mock';
import {graphql} from 'graphql/graphql'; import {graphql} from 'graphql';
Cypress.Commands.add('apolloLogin', (username, password) => { Cypress.Commands.add('apolloLogin', (username, password) => {
const payload = { const payload = {