#Client has not been defined yet

1 messages · Page 1 of 1 (latest)

proud lion
#

#1019773152269717555
Dear everyone, I hope you are doing well.
I am creating the account with GraphQL. I got an issue to create the account.
I appreciate who help me. 🙏

I think mutation has some issue integrate with backend api
addUser(name: string, email: string, password: string): Observable<any> {
console.log("***************** service addUser, appollo=", this.apollo);
return this.apollo.mutate<any>({
mutation: createUserMutation,
variables: {
name,
email,
password
}
});
}

spark rain
#

Hello, try to add more information about the problem, like a print of the error you are getting. Also use proper formatting of the code in the message.