INPUT_OBJECT

GenetecAddOptionsParams

link GraphQL Schema definition

  • input GenetecAddOptionsParams {
  • # 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
  • password: String!
  • }

link Require by