UpdateLinodeAccountInput
No description
input UpdateLinodeAccountInput {
id: UUID!
name: String
accessToken: String
}
Fields
UpdateLinodeAccountInput.id
● UUID!
non-null scalar
UpdateLinodeAccountInput.name
● String
scalar
UpdateLinodeAccountInput.accessToken
● String
scalar
Member Of
updateLinodeAccount
mutation