mirror of
https://github.com/wassname/talk.git
synced 2026-08-19 12:40:16 +08:00
[CORL-754] SSO Key Management (#2732)
* feat: initial impl * feat: clean up redis when keys are deleted * fix: remove test timeout value
This commit is contained in:
@@ -16,7 +16,7 @@ const AddExpertMutation = createMutation(
|
||||
(environment: Environment, input: MutationInput<AddExpertMutation>) =>
|
||||
commitMutationPromiseNormalized<AddExpertMutation>(environment, {
|
||||
mutation: graphql`
|
||||
mutation AddExpertMutation($input: AddExpertInput!) {
|
||||
mutation AddExpertMutation($input: AddStoryExpertInput!) {
|
||||
addStoryExpert(input: $input) {
|
||||
story {
|
||||
id
|
||||
|
||||
@@ -16,7 +16,7 @@ const RemoveExpertMutation = createMutation(
|
||||
(environment: Environment, input: MutationInput<RemoveExpertMutation>) =>
|
||||
commitMutationPromiseNormalized<RemoveExpertMutation>(environment, {
|
||||
mutation: graphql`
|
||||
mutation RemoveExpertMutation($input: RemoveExpertInput!) {
|
||||
mutation RemoveExpertMutation($input: RemoveStoryExpertInput!) {
|
||||
removeStoryExpert(input: $input) {
|
||||
story {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user