Extending organization.create

Hey guys I'm trying to add something simple when creating an organization and was wondering if there was a way to do something like this
const response = await organization.create({
name: data.name,
slug: data.slug,
logo: ""
timezone: data.timezone,
});
const response = await organization.create({
name: data.name,
slug: data.slug,
logo: ""
timezone: data.timezone,
});
5 Replies
bekacru
bekacru7d ago
oh additional fields aren't currently supported in the org plugin
Tee
TeeOP7d ago
Okay thanks so I can only use the database hooks?
Dominik
Dominik7d ago
How hard would it be to implement that? We would really appreciate having it.
bekacru
bekacru7d ago
Yeah we provide some hooks on the org plugin but they aren't exactly similar to db hooks we should. the only reason it hasn't been implemented is because we were planning to improve how type inference should work between the client and server. I'll take a look, if we can get it done sonner.
Dominik
Dominik7d ago
That would be awesome!

Did you find this page helpful?