Hey everyone :slightly_smiling_face: I'm not sure ...
# orm-help
j
Hey everyone 🙂 I'm not sure if this is the right place to ask this, but I've been looking for the answer for a few hours, so maybe you all can point me in the right direction. I'm building an app that will combine data from my own database with data from user-authenticated social media profiles (Facebook, Twitter, Instagram, etc). I want a GraphQL server that combines data from all of those sources and makes it available as a single GraphQL schema. For now, I just need to fetch data from the Facebook API and a database, with the ability to extend to include other social media APIs in the future. What I'm trying to figure out is; Is there an existing GraphQL server implementation (or an example I can follow) that fetches user data from the Facebook API and a database? Or is that something I'll have to implement myself, from scratch?