Kamil Kisiela

Results 128 issues of Kamil Kisiela

Related #930

help wanted
good first issue
documentation

#488

help wanted
good first issue
documentation

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...

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...