OBJECT

OfficeallySftpAccount

Info on SFTP connection to OfficeAlly

link GraphQL Schema definition

  • 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
  • }