Yes, It is different than that schema. I understand that the mutations are selectively exposed, but the model for individual types is also divergent, without much explanation.
The problem with this, is that seemingly the custom resolvers implemented via schema augmentation don’t work when using autogenerated types, and i’d like to understand why and how i should go and develop against apollo. Specifically if as a developer i should have two schemas, one for dgraph and one for apollo, and have both of them manually created, and divergent.
To be clear, i want to understand the WHY this is different, and why it couldnt simply be the autogenerated SDL exposed by the dgraph server.