docs: add config/cli/developer to arch

This commit is contained in:
steve-chavez
2024-04-08 15:51:30 -05:00
committed by Steve Chavez
parent b91908b749
commit 2772b78013
3 changed files with 20 additions and 12 deletions
+1 -2
View File
@@ -32,8 +32,7 @@ A request might be rejected at this level if it's invalid. For example when prov
### Plan
Using the Schema Cache, this module enables more complex functionality (like resource embedding) by enriching the ApiRequest. It generates intermediate Plan types
that then will be used for the next step.
Using the Schema Cache, this module fills in SQL details that the user might have not specified (like an `ON CONFLICT (pk)` clause ).
A request might be rejected at this level if it's invalid. For example when doing resource embedding on a nonexistent resource.