website refactor
This commit is contained in:
@@ -105,6 +105,9 @@ export function usePageDataMultiple<T extends Record<string, unknown>>(
|
||||
* Mutation hook wrapper - STANDARDIZED PATTERN
|
||||
* Use for: All mutation operations
|
||||
*
|
||||
* @deprecated Use Next.js Server Actions instead for all write operations.
|
||||
* See docs/architecture/website/FORM_SUBMISSION.md
|
||||
*
|
||||
* @example
|
||||
* const mutation = usePageMutation(
|
||||
* (variables) => service.mutateData(variables),
|
||||
|
||||
Reference in New Issue
Block a user