Strapi v4 Relation without JoinTable doesn't work

Case: I have 2 tables. For example “Publication” and “Format” (Many(Publication) to One(Format) relation). These tables already exist and contain data. Table Publication have column format_id. I need create relation with them. In package i found parameter useJoinTable that should solve my problem. In the end from Format i can get Publications, but from Publication i can’t get Format in graphql (in content manager from admin panel is ok) I’m sorry. I didn’t find anything about this in the docs. Can I do relation without create join table?

1 Like