Has anyone used Fauna's FQL with Rescript?

I’m curious about any experience and insights about using rescript with Fauna. I’m thinking about migrating from fauna’s GraphQl to FQL and Rescript would give me that additional safety

1 Like

Been a while since I tried fauna - with typescript.

For more safety, you either generate types or you rely on your own types for your result sets.

You can consider using their graphql api. If you can generate the types from the scene, then that’ll provide you the most safety.

I have been using their graphql API but it seems a bit limited and slower than using FQL.