How to create relations between documents in FQL 10?

Hey folks, on previous versions of FQL to reference another document we could use something like:

Create(Collection("sessions"), { user: Ref(Collection("users"), "12345") })

But it is not clear to me how to make this using FQL 10. Thoughts?

Thanks in advance.

Hi @BrunoQuaresma !

We have a new KB article that provides examples of how to create relations between documents in different collections - Relationships between Collections

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.