Fix import
This commit is contained in:
parent
965f7517f8
commit
3d630b28df
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
import {makeExecutableSchema} from '@graphql-tools/schema';
|
||||
import {addMocksToSchema} from '@graphql-tools/mock';
|
||||
import {graphql} from 'graphql/graphql';
|
||||
import {graphql} from 'graphql';
|
||||
|
||||
Cypress.Commands.add('apolloLogin', (username, password) => {
|
||||
const payload = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue