Skip to content

OfficeallySftpAccount

Info on SFTP connection to OfficeAlly

Fields

ftp_url · String · The OfficeAlly SFTP URL
id · ID! · required · The unique identifier of the connection
is_enabled · Boolean · True if the SFTP connection is turned by user
is_valid · Boolean · True if the SFTP connection is working
last_imported_from · String · The last time we imported from the SFTP
username · String · The SFTP OfficeAlly Username

Used By

Definition

"""
Info on SFTP connection to OfficeAlly
"""
type OfficeallySftpAccount {
"""
The OfficeAlly SFTP URL
"""
ftp_url: String
"""
The unique identifier of the connection
"""
id: ID!
"""
True if the SFTP connection is turned by user
"""
is_enabled: Boolean
"""
True if the SFTP connection is working
"""
is_valid: Boolean
"""
The last time we imported from the SFTP
"""
last_imported_from: String
"""
The SFTP OfficeAlly Username
"""
username: String
}