Jan Melcher

Results 84 comments of Jan Melcher

I think you should just import `TranslateModule` directly to get access to the directives and pipes, and leave it up to the app to provide the services. Having multiple loaders...

AFAIK this is not possible because internally, a WeakMap is used and indexed by target. WeakMaps can not be iterated over.

@mojavelinux Thanks, this worked for us, too. However, the libgit2 compilation indeed takes some time (~3 minutes for us), so we decided to switch to the "slim" variant of the...

This is currently not possible. We plan to add suport for custom domain logic (that's what why it's called crud**dl**), but in a way that does not couple the schema...

Great to hear that you consider using cruddl for your project! I think you could use it well for CRUD-based operations for now. However, I don't think we will expose...

Sorty, we don't support any of those at the moment.

Sorry, seeding is currently not on the roadmap.

Yes, custom scalars are not supported by cruddl. To implement it, we first need to decide how they can be configured by the schema author, because we can't just use...

> Something like regex would be a start so we could at least support scalar definitions to some degree. However, the lack of callbacks is problematic for several reasons. Validation...

No, currently, there no validation except the standard GraphQL type validation. Validation is on the roadmap for the next months, but we're not sure yet how exactly this will be...