@dodi-smart/ttlock-graphql-api
Version:
TTLock GraphQL API
23 lines • 773 B
JavaScript
;
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