INPUT_OBJECT
GenetecEditOptionsParams
link GraphQL Schema definition
- input GenetecEditOptionsParams {
- # Username for Genetec connector
- : String!
- # The port used to connect to the MSSql database.
- : Int
- # The name of the main database.
- : String
- # The named instance of the database server.
- : String
- # The MSSql domain.
- : String
- # Password for Genetec connector (null to keep existing password)
- : String
- }