-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schema reference #141
Schema reference #141
Conversation
tomfrew
commented
Sep 21, 2024
- Schema reference doc that focused on the DSL syntax in a single page.
- Draft function SDK reference. Not sure if this is too much of a duplication of existing pages
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -301,3 +301,346 @@ The important thing here is the **“for each”** part of the last two steps. B | |||
## Functions | |||
|
|||
Permission rules apply to both built-in actions and functions, and you can add permission rules to specific functions too. The only exception to this is for `read` and `write` functions - schema defined permission rules do not apply to these functions and so you must implement any permissions logic in your code. See the docs on [custom functions](/functions#permissions) for more info. | |||
|
|||
|
|||
### Examples |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Glorious! So glad to have more concrete examples of this stuff 🙌
| `@where` | ✓ | ✓ | ✓ | ✓ | ✓ | | ||
| `@orderBy` | | ✓ | | | | | ||
| `@sortable` | | ✓ | | | | | ||
| `@set` | | | ✓ | ✓ | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This table is fantastic!
Remove KeelGTP Update pages/schema-reference.mdx Co-authored-by: Dave New <[email protected]> Update pages/schema-reference.mdx Co-authored-by: Dave New <[email protected]> Update pages/schema-reference.mdx Co-authored-by: Dave New <[email protected]> Update pages/schema-reference.mdx Co-authored-by: Dave New <[email protected]> Update pages/functions-reference.mdx Co-authored-by: Dave New <[email protected]> Update pages/functions-reference.mdx Co-authored-by: Dave New <[email protected]> Update pages/functions-reference.mdx Co-authored-by: Dave New <[email protected]> Update pages/functions-reference.mdx Co-authored-by: Dave New <[email protected]> Update pages/schema-reference.mdx Co-authored-by: Dave New <[email protected]> Update pages/schema-reference.mdx Co-authored-by: Dave New <[email protected]> Update pages/schema-reference.mdx Co-authored-by: Dave New <[email protected]> Update pages/schema-reference.mdx Co-authored-by: Dave New <[email protected]> Update pages/schema-reference.mdx Co-authored-by: Dave New <[email protected]> Update pages/schema-reference.mdx Co-authored-by: Dave New <[email protected]> Update pages/schema-reference.mdx Co-authored-by: Dave New <[email protected]> Update pages/schema-reference.mdx Co-authored-by: Dave New <[email protected]> Update pages/schema-reference.mdx Co-authored-by: Dave New <[email protected]>