leumas-universal-crud-react
Version:
Leumas Universal CRUD to a dynamic Endpoint, Setup your own Dynamic Endpoint and Use Leumas API to send to your MONGO clusters
23 lines • 422 B
JSX
export const excludedSchemas = [
"ApiKey",
"Admin",
"Tag",
"LeumasNewsArticle",
"ListLauncher",
"PODGPTQueue",
"Permissions",
"Invoice",
"Wishlist",
"Deployment",
"Ticket",
"Subscription",
"Role",
"Review",
"Crown",
"Rating",
'Comment',
'CartItem',
'Order',
"Payment",
// ... any other schemas you want to exclude
];