UpdateMachineUserInput
No description
input UpdateMachineUserInput {
machineUserId: ID!
fullName: StringInput
publicName: StringInput
description: StringInput
}
Fields
UpdateMachineUserInput.machineUserId
● ID!
non-null scalar
UpdateMachineUserInput.fullName
● StringInput
input
UpdateMachineUserInput.publicName
● StringInput
input
UpdateMachineUserInput.description
● StringInput
input
Member of
updateMachineUser
mutation