UpdateProfile is the resolver for the update_profile field.
(ctx context.Context, params model.UpdateProfileRequest)
| 44 | |
| 45 | // UpdateProfile is the resolver for the update_profile field. |
| 46 | func (r *mutationResolver) UpdateProfile(ctx context.Context, params model.UpdateProfileRequest) (*model.Response, error) { |
| 47 | return r.GraphQLProvider.UpdateProfile(ctx, ¶ms) |
| 48 | } |
| 49 | |
| 50 | // VerifyEmail is the resolver for the verify_email field. |
| 51 | func (r *mutationResolver) VerifyEmail(ctx context.Context, params model.VerifyEmailRequest) (*model.AuthResponse, error) { |
nothing calls this directly
no test coverage detected