This commit is contained in:
parent
4b249d643f
commit
40b8e020a3
|
@ -13,7 +13,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Signup is the resolver for the signup field.
|
// Signup is the resolver for the signup field.
|
||||||
func (r *queryResolver) IsRegistered(ctx context.Context, email string) (*model.AuthResponse, error) {
|
func (r *queryResolver) IsRegistered(ctx context.Context, email string) (*model.Response, error) {
|
||||||
return resolvers.IsRegisteredResolver(ctx, email)
|
return resolvers.IsRegisteredResolver(ctx, email)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user