You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
the example interfaces-inheritance does not work as expected. When running the supplied graphql statements the fragments do not return the additional fields.
Tested on version 0.17 and 0.18.10-beta with no success.
steps to reproduce:
start example/interfaces-inheritance server.
run the supplied addStudent mutation.
run the supplied persons query.
what was expected:
both objects returned are Students, so should have their universityName field present.
Describe the issue
the example interfaces-inheritance does not work as expected. When running the supplied graphql statements the fragments do not return the additional fields.
Tested on version 0.17 and 0.18.10-beta with no success.
steps to reproduce:
what was expected:
both objects returned are Students, so should have their universityName field present.
code:
https://github.com/MichalLytek/type-graphql/blob/master/examples/interfaces-inheritance/examples.gql
I'm trying to implement the same thing in my own code base but having the same issue. I would really appreciate the update!
The text was updated successfully, but these errors were encountered: