fix: GraphQL types of TriggersAutomation
This commit is contained in:
parent
f4fa98879f
commit
f9e7631eee
2 changed files with 6 additions and 7 deletions
|
|
@ -142,7 +142,6 @@ const staticConfig = ({ currentConfigVersion, deviceId, deviceName, pq, settings
|
|||
speedtestFiles,
|
||||
urlsToPing,
|
||||
}),
|
||||
_.update('triggersAutomation', _.mapValues(_.eq('Automatic'))),
|
||||
addOperatorInfo(operatorInfo),
|
||||
addReceiptInfo(receiptInfo)
|
||||
)(staticConf))
|
||||
|
|
|
|||
|
|
@ -51,12 +51,12 @@ type SpeedtestFile {
|
|||
|
||||
# True if automatic, False otherwise
|
||||
type TriggersAutomation {
|
||||
sanctions: Boolean!
|
||||
idCardPhoto: Boolean!
|
||||
idCardData: Boolean!
|
||||
facephoto: Boolean!
|
||||
usSsn: Boolean!
|
||||
custom: [CustomTriggersAutomation]
|
||||
sanctions: String!
|
||||
idCardPhoto: String!
|
||||
idCardData: String!
|
||||
facephoto: String!
|
||||
usSsn: String!
|
||||
custom: [CustomTriggersAutomation]!
|
||||
}
|
||||
|
||||
type CustomTriggersAutomation {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue