Sylvain Cleymans
Results
2
comments of
Sylvain Cleymans
@AlexDerbenew It does work properly overriding remote types fields. For example, running `graphql-faker --extend http://swapi.apis.guru` we can define the following extension schema: ```graphql extend type Film { title: String @override...
@IvanGoncharov Any thoughts on this?