Skip to content

Commit

Permalink
remove Mutation.updateAction
Browse files Browse the repository at this point in the history
not used anywhere
  • Loading branch information
saihaj committed Feb 23, 2024
1 parent 465f04f commit 145fce5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ type Mutation {
protocolNetwork: String!
): ReallocateAllocationResult!

updateAction(action: ActionInput!): Action!
updateActions(filter: ActionFilter!, action: ActionUpdateInput!): [Action]!
queueActions(actions: [ActionInput!]!): [Action]!
cancelActions(actionIDs: [String!]!): [Action]!
Expand Down

This file was deleted.

0 comments on commit 145fce5

Please sign in to comment.