Skip to content

Instantly share code, notes, and snippets.

@addityasingh
Created June 13, 2019 15:20
Show Gist options
  • Save addityasingh/ffe182af8de3827c29d7a48880e93785 to your computer and use it in GitHub Desktop.
Save addityasingh/ffe182af8de3827c29d7a48880e93785 to your computer and use it in GitHub Desktop.
Notes from LeadDevLondon conference

Conversation with use of Graphql at twitter

  • They are doing it gradually
  • They use Noun instead of Entity to name the graphql entities
  • So far migrated User and Tweet nouns
  • Struggled with de-duplicating response
  • Plan is to migrate gradually
  • They use Strato, their internal technology for virtual federated database, to power all graphql queries by plugging Strato with FB's Thrift services which provides them type safety
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment