With Email/Password integration enabled
I'm following thus guide
https://www.graph.cool/docs/tutorials/react-apollo-email-oopheesaj9/18 and getting Apollo error
'''
Uncaught (in promise) Error: GraphQL error: Unknown argument 'authProvider' on field 'createUser' of type 'Mutation'.
createUser(authProvider: {email: {email: $email, password: $password}}) {
'''
Had anyone similar issues?