top | item 26890657

Decompiling FlatBuffers case study: Facebook's GraphQL schema (2020)

77 points| mcaju | 4 years ago |cajum.github.io

3 comments

order
[+] Lt_Riza_Hawkeye|4 years ago|reply
This is nice work. I would guess the only reason it isn't documented publicly is so that it can be changed at any time, without having to wait for existing users to migrate. However, given the sheer volume of people running outdated android app versions, I suspect it will remain stable for quite some time. Thanks for posting this.
[+] phwd|4 years ago|reply
Good work.

The actual schema graphql?q=schema() (not the generated one) is in fact confidential. They definitely do not want their real schema public.