Compare commits
3 Commits
feat/deati
...
1.1.68
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e941e4834a | ||
![]() |
f906fb74af | ||
![]() |
7ced811e6e |
@@ -5,7 +5,6 @@ package graph
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
|
||||||
|
|
||||||
"github.com/authorizerdev/authorizer/server/graph/generated"
|
"github.com/authorizerdev/authorizer/server/graph/generated"
|
||||||
"github.com/authorizerdev/authorizer/server/graph/model"
|
"github.com/authorizerdev/authorizer/server/graph/model"
|
||||||
@@ -84,7 +83,7 @@ func (r *mutationResolver) ResendOtp(ctx context.Context, params model.ResendOTP
|
|||||||
|
|
||||||
// DeactivateAccount is the resolver for the deactivate_account field.
|
// DeactivateAccount is the resolver for the deactivate_account field.
|
||||||
func (r *mutationResolver) DeactivateAccount(ctx context.Context) (*model.Response, error) {
|
func (r *mutationResolver) DeactivateAccount(ctx context.Context) (*model.Response, error) {
|
||||||
panic(fmt.Errorf("not implemented: DeactivateAccount - deactivate_account"))
|
return resolvers.DeactivateAccountResolver(ctx)
|
||||||
}
|
}
|
||||||
|
|
||||||
// DeleteUser is the resolver for the _delete_user field.
|
// DeleteUser is the resolver for the _delete_user field.
|
||||||
|
Reference in New Issue
Block a user