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