from Hacker News

Netflix Scales Its API with GraphQL Federation (Part 1)

by pspeter3 on 11/9/20, 5:17 PM with 2 comments

  • by sporkland on 11/10/20, 3:24 PM

    From a database/service perspective, often the fact that movies have talent is stored in the talent in table/service. But in the schema movie refers to talent. Is this accomplished by the talent domain developers modifying the movie domain's schema. Or can the talent domain developers state this fact in their own schema and it gets merged into the movie schema via some automation?