Updates of the hello-world application - remove the old hello-world application - adds an object "postCard" - adds a serverlessFunction `create-new-post-card` that calls the twenty api to create a new postCard record - add a route trigger /post-card/create?recipient=John
10 lines
364 B
JSON
10 lines
364 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-cli/schemas/object.schema.json",
|
|
"universalIdentifier": "54b589ca-eeed-4950-a176-358418b85c05",
|
|
"standardId": "54b589ca-eeed-4950-a176-358418b85c05",
|
|
"nameSingular": "postCard",
|
|
"namePlural": "postCards",
|
|
"labelSingular": "Post card",
|
|
"labelPlural": "Post cards"
|
|
}
|