Feat/front forge graphql query (#2007)
* wip * Wip * Wip * Finished v1 * Wip * Fix from PR * Removed unused fragment masking feature * Fix from PR * Removed POC from nav bar * Fix lint --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
// TODO: add zod to validate that we have at least id on each object
|
||||
export const useCreateOneCustomObject = ({
|
||||
_objectName,
|
||||
}: {
|
||||
_objectName: string;
|
||||
}) => {
|
||||
// TODO : code
|
||||
};
|
||||
Reference in New Issue
Block a user