Open chfoidl opened 8 months ago
When declaring an optional relationship on a JSONApiResource, the relationship is always infered as never when using the DeriveSimpleJsonApiResource type on the resource.
never
DeriveSimpleJsonApiResource
Maybe refactor those complex types. Might be causing the error in #93
When declaring an optional relationship on a JSONApiResource, the relationship is always infered as
never
when using theDeriveSimpleJsonApiResource
type on the resource.