waddler.drizzle.team
Open in
urlscan Pro
172.67.142.64
Public Scan
URL:
https://waddler.drizzle.team/
Submission: On October 26 via api from US — Scanned from DE
Submission: On October 26 via api from US — Scanned from DE
Form analysis
0 forms found in the DOMText Content
🦆 Waddler Shopify data framework for NodeJS and TypeScript Tento [店é ] means "shop" in Japanese Documentation Declare schema Shopify clients Fetch client Runtime migrations Schema pull Schema push OAuth Queries filter import { metaobject } from '@drizzle-team/tento'; export const designers = metaobject({ name: 'Designer', type: 'designer', fieldDefinitions: (f) => ({ fullName: f.singleLineTextField({ name: 'Full Name', required: true, validations: (v) => [v.min(5), v.max(100)], }), description: f.singleLineTextField({ name: 'Description', required: true, validations: (v) => [v.min(5), v.max(300)], }), link: f.url(({ name: 'Link', validations: (v) => [v.allowedDomains(["github.com"])], }), }), }); ~ npx tento push - Updated metaobject definition "ORM" ✅ All changes applied import { metaobject } from '@drizzle-team/tento'; export const designers = metaobject({ name: 'Designer', type: 'designer', fieldDefinitions: (f) => ({ fullName: f.singleLineTextField({ name: 'Full Name', required: true, validations: (v) => [v.min(5), v.max(100)], }), description: f.singleLineTextField({ name: 'Description', required: true, validations: (v) => [v.min(5), v.max(300)], }), link: f.url(({ name: 'Link', validations: (v) => [v.allowedDomains(["github.com"])], }), }), }); import { metaobject } from '@drizzle-team/tento'; export const designers = metaobject({ name: 'Designer', type: 'designer', fieldDefinitions: (f) => ({ fullName: f.singleLineTextField({ name: 'Full Name', required: true, validations: (v) => [v.min(5), v.max(100)], }), description: f.singleLineTextField({ name: 'Description', required: true, validations: (v) => [v.min(5), v.max(300)], }), link: f.url(({ name: 'Link', validations: (v) => [v.allowedDomains(["github.com"])], }), }), }); import { metaobject } from '@drizzle-team/tento'; export const designers = metaobject({ name: 'Designer', type: 'designer', fieldDefinitions: (f) => ({ fullName: f.singleLineTextField({ name: 'Full Name', required: true, validations: (v) => [v.min(5), v.max(100)], }), description: f.singleLineTextField({ name: 'Description', required: true, validations: (v) => [v.min(5), v.max(300)], }), link: f.url(({ name: 'Link', validations: (v) => [v.allowedDomains(["github.com"])], }), }), }); import { metaobject } from '@drizzle-team/tento'; export const designers = metaobject({ name: 'Designer', type: 'designer', fieldDefinitions: (f) => ({ fullName: f.singleLineTextField({ name: 'Full Name', required: true, validations: (v) => [v.min(5), v.max(100)], }), description: f.singleLineTextField({ name: 'Description', required: true, validations: (v) => [v.min(5), v.max(300)], }), link: f.url(({ name: 'Link', validations: (v) => [v.allowedDomains(["github.com"])], }), }), }); import { metaobject } from '@drizzle-team/tento'; export const designers = metaobject({ name: 'Designer', type: 'designer', fieldDefinitions: (f) => ({ fullName: f.singleLineTextField({ name: 'Full Name', required: true, validations: (v) => [v.min(5), v.max(100)], }), description: f.singleLineTextField({ name: 'Description', required: true, validations: (v) => [v.min(5), v.max(300)], }), link: f.url(({ name: 'Link', validations: (v) => [v.allowedDomains(["github.com"])], }), }), }); import { metaobject } from '@drizzle-team/tento'; export const designers = metaobject({ name: 'Designer', type: 'designer', fieldDefinitions: (f) => ({ fullName: f.singleLineTextField({ name: 'Full Name', required: true, validations: (v) => [v.min(5), v.max(100)], }), description: f.singleLineTextField({ name: 'Description', required: true, validations: (v) => [v.min(5), v.max(300)], }), link: f.url(({ name: 'Link', validations: (v) => [v.allowedDomains(["github.com"])], }), }), });