UNPKG

@dodi-smart/ttlock-graphql-api

Version:
23 lines 773 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const builder_1 = require("../builder"); builder_1.builder.objectType('TTLockWirelessKeypad', { fields: (t) => ({ wirelessKeypadId: t.exposeInt('wirelessKeypadId', { nullable: true }), wirelessKeypadNumber: t.exposeString('wirelessKeypadNumber', { nullable: true }), wirelessKeypadName: t.exposeString('wirelessKeypadName', { nullable: true }), wirelessKeypadMac: t.exposeString('wirelessKeypadMac', { nullable: true }), electricQuantity: t.exposeInt('electricQuantity', { nullable: true }) }) }); //# sourceMappingURL=ttlock-wireless-keypad.js.map