Kamil Kisiela
Kamil Kisiela
Related #930
Continuation of #3184, adds support for interfaces. GraphQL Schema ```graphql type Musician @entity { id: ID! name: String! mainBand: Band bands: [Band!]! writtenSongs: [Song]! @derivedFrom(field: "writtenBy") } type Band @entity...
#3737 Given this schema: ```graphql type Country @entity { id: ID! capital: City! cities: [City!]! } type City @entity { id: ID! name: String population: Int landmarks: [String!]! } ```...
This is the initial implementation of versioning. - [ ] remove the example implementation of a feature flag I left few comments on the interesting parts of the code to...
Angular 6
Closes #258
🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the...