UNPKG

@dodi-smart/ttlock-graphql-api

Version:
14 lines 457 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const builder_1 = require("../builder"); builder_1.builder.objectType('TTLockSmartlockPasscodes', { fields: (t) => ({ list: t.expose('list', { type: ['TTLockPasscode'] }), pageNo: t.exposeInt('pageNo'), pageSize: t.exposeInt('pageSize'), total: t.exposeInt('total') }) }); //# sourceMappingURL=smartlock-passcodes.js.map