fix: add CustomTriggersAutomation poller type

This commit is contained in:
Sérgio Salgado 2022-11-21 00:28:44 +00:00
parent 493f4232df
commit 2788962ac7
3 changed files with 26 additions and 8 deletions

View file

@ -1,4 +1,3 @@
const { GraphQLJSONObject } = require('graphql-type-json')
const _ = require('lodash/fp')
const nmd = require('nano-markdown')
@ -296,7 +295,6 @@ const terms = (parent, { currentConfigVersion, currentHash }, { deviceId, settin
module.exports = {
JSONObject: GraphQLJSONObject,
Query: {
configs,
terms,