Skip to content

updateOfficeallySftpAccountInput

Autogenerated input type of updateOfficeallySftpAccount

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of updateOfficeallySftpAccount
"""
input updateOfficeallySftpAccountInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
ftp_url: String
id: ID
is_enabled: Boolean
password: String
username: String
}