Skip to content

Commit

Permalink
fix: update sshkey input type
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Jun 18, 2024
1 parent eb82abb commit 454c3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/api/src/typeDefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2418,7 +2418,7 @@ const typeDefs = gql`
deleteAllSshKeys: String
removeAllSshKeysFromAllUsers: String
addUserSSHPublicKey(input: AddUserSSHPublicKeyInput!): SshKey
updateUserSSHPublicKey(input: UpdateUserSSHPublicKeyPatchInput!): SshKey
updateUserSSHPublicKey(input: UpdateUserSSHPublicKeyInput!): SshKey
deleteUserSSHPublicKey(input: DeleteUserSSHPublicKeyByIdInput!): String
addUser(input: AddUserInput!): User
updateUser(input: UpdateUserInput!): User
Expand Down

0 comments on commit 454c3fa

Please sign in to comment.