INPUT_OBJECT

GenetecEditOptionsParams

link GraphQL Schema definition

  • input GenetecEditOptionsParams {
  • # Username for Genetec connector
  • username: String!
  • # The port used to connect to the MSSql database.
  • dbPort: Int
  • # The name of the main database.
  • dbName: String
  • # The named instance of the database server.
  • instance: String
  • # The MSSql domain.
  • domain: String
  • # Password for Genetec connector (null to keep existing password)
  • password: String
  • }

link Require by